Lines Matching refs:commits
1335 my $commits;
1349 $commits = grep(/$pattern/, @lines); # of commits
1369 return ($commits, $signers_ref, $authors_ref, \@stats);
1403 my @commits = ();
1409 push(@commits, $1);
1413 return @commits;
1419 my @commits = ();
1421 return @commits if (!(-f $file));
1437 push(@commits, $all_commits[$i]);
1449 push(@commits, vcs_save_commits($cmd));
1454 @commits = vcs_save_commits($cmd);
1457 foreach my $commit (@commits) {
1461 return @commits;
1814 my @commits = ();
1823 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1830 if (@{$ref}[0] eq $commits[$i] &&
1838 [ ($commits[$i], $subjects[$i]) ]);
1932 my $commits;
1940 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
1952 vcs_assign("commit_signer", $commits, @signers);
1953 vcs_assign("authored", $commits, @authors);
2000 my @commits = ();
2008 @commits = uniq(@all_commits);
2009 $total_commits = @commits;
2020 my $commit = join(" -r ", @commits);
2032 foreach my $commit (@commits) {
2059 @commits = uniq(@commits);
2060 @commits = sort(@commits);
2061 my $commit = join(" -r ", @commits);
2092 foreach my $commit (@commits) {