Lines Matching refs:commits
1585 my $commits;
1599 $commits = grep(/$pattern/, @lines); # of commits
1619 return ($commits, $signers_ref, $authors_ref, \@stats);
1653 my @commits = ();
1659 push(@commits, $1);
1663 return @commits;
1669 my @commits = ();
1671 return @commits if (!(-f $file));
1687 push(@commits, $all_commits[$i]);
1699 push(@commits, vcs_save_commits($cmd));
1704 @commits = vcs_save_commits($cmd);
1707 foreach my $commit (@commits) {
1711 return @commits;
2090 my @commits = ();
2099 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2106 if (@{$ref}[0] eq $commits[$i] &&
2114 [ ($commits[$i], $subjects[$i]) ]);
2208 my $commits;
2216 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2228 vcs_assign("commit_signer", $commits, @signers);
2229 vcs_assign("authored", $commits, @authors);
2276 my @commits = ();
2284 @commits = uniq(@all_commits);
2285 $total_commits = @commits;
2296 my $commit = join(" -r ", @commits);
2308 foreach my $commit (@commits) {
2335 @commits = uniq(@commits);
2336 @commits = sort(@commits);
2337 my $commit = join(" -r ", @commits);
2368 foreach my $commit (@commits) {