Lines Matching refs:commits
1617 my $commits;
1631 $commits = grep(/$pattern/, @lines); # of commits
1651 return ($commits, $signers_ref, $authors_ref, \@stats);
1685 my @commits = ();
1691 push(@commits, $1);
1695 return @commits;
1701 my @commits = ();
1703 return @commits if (!(-f $file));
1719 push(@commits, $all_commits[$i]);
1731 push(@commits, vcs_save_commits($cmd));
1736 @commits = vcs_save_commits($cmd);
1739 foreach my $commit (@commits) {
1743 return @commits;
2123 my @commits = ();
2132 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2139 if (@{$ref}[0] eq $commits[$i] &&
2147 [ ($commits[$i], $subjects[$i]) ]);
2241 my $commits;
2249 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2261 vcs_assign("commit_signer", $commits, @signers);
2262 vcs_assign("authored", $commits, @authors);
2309 my @commits = ();
2317 @commits = uniq(@all_commits);
2318 $total_commits = @commits;
2329 my $commit = join(" -r ", @commits);
2341 foreach my $commit (@commits) {
2368 @commits = uniq(@commits);
2369 @commits = sort(@commits);
2370 my $commit = join(" -r ", @commits);
2401 foreach my $commit (@commits) {