Lines Matching refs:commits
1578 my $commits;
1592 $commits = grep(/$pattern/, @lines); # of commits
1612 return ($commits, $signers_ref, $authors_ref, \@stats);
1646 my @commits = ();
1652 push(@commits, $1);
1656 return @commits;
1662 my @commits = ();
1664 return @commits if (!(-f $file));
1680 push(@commits, $all_commits[$i]);
1692 push(@commits, vcs_save_commits($cmd));
1697 @commits = vcs_save_commits($cmd);
1700 foreach my $commit (@commits) {
1704 return @commits;
2057 my @commits = ();
2066 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2073 if (@{$ref}[0] eq $commits[$i] &&
2081 [ ($commits[$i], $subjects[$i]) ]);
2175 my $commits;
2183 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2195 vcs_assign("commit_signer", $commits, @signers);
2196 vcs_assign("authored", $commits, @authors);
2243 my @commits = ();
2251 @commits = uniq(@all_commits);
2252 $total_commits = @commits;
2263 my $commit = join(" -r ", @commits);
2275 foreach my $commit (@commits) {
2302 @commits = uniq(@commits);
2303 @commits = sort(@commits);
2304 my $commit = join(" -r ", @commits);
2335 foreach my $commit (@commits) {