Lines Matching refs:ref
1849 foreach my $ref (@{$commit_author}) {
1850 print STDERR " Author: @{$ref}[1]\n";
1855 foreach my $ref (@{$commit_signer}) {
1856 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
2138 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
2139 if (@{$ref}[0] eq $commits[$i] &&
2140 @{$ref}[1] eq $subjects[$i]) {
2173 foreach my $ref(@{$commit_signer_hash{$signer}}) {
2174 if (@{$ref}[0] eq $commit &&
2175 @{$ref}[1] eq $subject &&
2176 @{$ref}[2] eq $type) {