Lines Matching refs:commits
1389 my $commits;
1403 $commits = grep(/$pattern/, @lines); # of commits
1423 return ($commits, $signers_ref, $authors_ref, \@stats);
1457 my @commits = ();
1463 push(@commits, $1);
1467 return @commits;
1473 my @commits = ();
1475 return @commits if (!(-f $file));
1491 push(@commits, $all_commits[$i]);
1503 push(@commits, vcs_save_commits($cmd));
1508 @commits = vcs_save_commits($cmd);
1511 foreach my $commit (@commits) {
1515 return @commits;
1868 my @commits = ();
1877 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1884 if (@{$ref}[0] eq $commits[$i] &&
1892 [ ($commits[$i], $subjects[$i]) ]);
1986 my $commits;
1994 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2006 vcs_assign("commit_signer", $commits, @signers);
2007 vcs_assign("authored", $commits, @authors);
2054 my @commits = ();
2062 @commits = uniq(@all_commits);
2063 $total_commits = @commits;
2074 my $commit = join(" -r ", @commits);
2086 foreach my $commit (@commits) {
2113 @commits = uniq(@commits);
2114 @commits = sort(@commits);
2115 my $commit = join(" -r ", @commits);
2146 foreach my $commit (@commits) {