Lines Matching refs:commits
1331 my $commits;
1345 $commits = grep(/$pattern/, @lines); # of commits
1365 return ($commits, $signers_ref, $authors_ref, \@stats);
1399 my @commits = ();
1405 push(@commits, $1);
1409 return @commits;
1415 my @commits = ();
1417 return @commits if (!(-f $file));
1433 push(@commits, $all_commits[$i]);
1445 push(@commits, vcs_save_commits($cmd));
1450 @commits = vcs_save_commits($cmd);
1453 foreach my $commit (@commits) {
1457 return @commits;
1808 my @commits = ();
1817 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1824 if (@{$ref}[0] eq $commits[$i] &&
1832 [ ($commits[$i], $subjects[$i]) ]);
1926 my $commits;
1934 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
1946 vcs_assign("commit_signer", $commits, @signers);
1947 vcs_assign("authored", $commits, @authors);
1994 my @commits = ();
2002 @commits = uniq(@all_commits);
2003 $total_commits = @commits;
2014 my $commit = join(" -r ", @commits);
2026 foreach my $commit (@commits) {
2053 @commits = uniq(@commits);
2054 @commits = sort(@commits);
2055 my $commit = join(" -r ", @commits);
2086 foreach my $commit (@commits) {