Lines Matching refs:ref
1533 foreach my $ref (@{$commit_author}) {
1534 print STDERR " Author: @{$ref}[1]\n";
1539 foreach my $ref (@{$commit_signer}) {
1540 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
1821 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
1822 if (@{$ref}[0] eq $commits[$i] &&
1823 @{$ref}[1] eq $subjects[$i]) {
1856 foreach my $ref(@{$commit_signer_hash{$signer}}) {
1857 if (@{$ref}[0] eq $commit &&
1858 @{$ref}[1] eq $subject &&
1859 @{$ref}[2] eq $type) {