Lines Matching refs:commits
1572 my $commits;
1586 $commits = grep(/$pattern/, @lines); # of commits
1606 return ($commits, $signers_ref, $authors_ref, \@stats);
1640 my @commits = ();
1646 push(@commits, $1);
1650 return @commits;
1656 my @commits = ();
1658 return @commits if (!(-f $file));
1674 push(@commits, $all_commits[$i]);
1686 push(@commits, vcs_save_commits($cmd));
1691 @commits = vcs_save_commits($cmd);
1694 foreach my $commit (@commits) {
1698 return @commits;
2051 my @commits = ();
2060 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2067 if (@{$ref}[0] eq $commits[$i] &&
2075 [ ($commits[$i], $subjects[$i]) ]);
2169 my $commits;
2177 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2189 vcs_assign("commit_signer", $commits, @signers);
2190 vcs_assign("authored", $commits, @authors);
2237 my @commits = ();
2245 @commits = uniq(@all_commits);
2246 $total_commits = @commits;
2257 my $commit = join(" -r ", @commits);
2269 foreach my $commit (@commits) {
2296 @commits = uniq(@commits);
2297 @commits = sort(@commits);
2298 my $commit = join(" -r ", @commits);
2329 foreach my $commit (@commits) {