Lines Matching refs:commits
1586 my $commits;
1600 $commits = grep(/$pattern/, @lines); # of commits
1620 return ($commits, $signers_ref, $authors_ref, \@stats);
1654 my @commits = ();
1660 push(@commits, $1);
1664 return @commits;
1670 my @commits = ();
1672 return @commits if (!(-f $file));
1688 push(@commits, $all_commits[$i]);
1700 push(@commits, vcs_save_commits($cmd));
1705 @commits = vcs_save_commits($cmd);
1708 foreach my $commit (@commits) {
1712 return @commits;
2091 my @commits = ();
2100 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2107 if (@{$ref}[0] eq $commits[$i] &&
2115 [ ($commits[$i], $subjects[$i]) ]);
2209 my $commits;
2217 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2229 vcs_assign("commit_signer", $commits, @signers);
2230 vcs_assign("authored", $commits, @authors);
2277 my @commits = ();
2285 @commits = uniq(@all_commits);
2286 $total_commits = @commits;
2297 my $commit = join(" -r ", @commits);
2309 foreach my $commit (@commits) {
2336 @commits = uniq(@commits);
2337 @commits = sort(@commits);
2338 my $commit = join(" -r ", @commits);
2369 foreach my $commit (@commits) {