Lines Matching refs:commits
1547 my $commits;
1561 $commits = grep(/$pattern/, @lines); # of commits
1581 return ($commits, $signers_ref, $authors_ref, \@stats);
1615 my @commits = ();
1621 push(@commits, $1);
1625 return @commits;
1631 my @commits = ();
1633 return @commits if (!(-f $file));
1649 push(@commits, $all_commits[$i]);
1661 push(@commits, vcs_save_commits($cmd));
1666 @commits = vcs_save_commits($cmd);
1669 foreach my $commit (@commits) {
1673 return @commits;
2026 my @commits = ();
2035 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
2042 if (@{$ref}[0] eq $commits[$i] &&
2050 [ ($commits[$i], $subjects[$i]) ]);
2144 my $commits;
2152 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
2164 vcs_assign("commit_signer", $commits, @signers);
2165 vcs_assign("authored", $commits, @authors);
2212 my @commits = ();
2220 @commits = uniq(@all_commits);
2221 $total_commits = @commits;
2232 my $commit = join(" -r ", @commits);
2244 foreach my $commit (@commits) {
2271 @commits = uniq(@commits);
2272 @commits = sort(@commits);
2273 my $commit = join(" -r ", @commits);
2304 foreach my $commit (@commits) {