Lines Matching refs:ref
1502 foreach my $ref (@{$commit_author}) {
1503 print STDERR " Author: @{$ref}[1]\n";
1508 foreach my $ref (@{$commit_signer}) {
1509 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
1790 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
1791 if (@{$ref}[0] eq $commits[$i] &&
1792 @{$ref}[1] eq $subjects[$i]) {
1825 foreach my $ref(@{$commit_signer_hash{$signer}}) {
1826 if (@{$ref}[0] eq $commit &&
1827 @{$ref}[1] eq $subject &&
1828 @{$ref}[2] eq $type) {