Lines Matching refs:commits
1298 my $commits;
1312 $commits = grep(/$pattern/, @lines); # of commits
1332 return ($commits, $signers_ref, $authors_ref, \@stats);
1366 my @commits = ();
1372 push(@commits, $1);
1376 return @commits;
1382 my @commits = ();
1384 return @commits if (!(-f $file));
1400 push(@commits, $all_commits[$i]);
1412 push(@commits, vcs_save_commits($cmd));
1417 @commits = vcs_save_commits($cmd);
1420 foreach my $commit (@commits) {
1424 return @commits;
1777 my @commits = ();
1786 push(@commits, $1) if ($line =~ m/$VCS_cmds{"commit_pattern"}/);
1793 if (@{$ref}[0] eq $commits[$i] &&
1801 [ ($commits[$i], $subjects[$i]) ]);
1894 my $commits;
1902 ($commits, $signers_ref, $authors_ref, $stats_ref) = vcs_find_signers($cmd, $file);
1914 vcs_assign("commit_signer", $commits, @signers);
1915 vcs_assign("authored", $commits, @authors);
1962 my @commits = ();
1970 @commits = uniq(@all_commits);
1971 $total_commits = @commits;
1982 my $commit = join(" -r ", @commits);
1994 foreach my $commit (@commits) {
2021 @commits = uniq(@commits);
2022 @commits = sort(@commits);
2023 my $commit = join(" -r ", @commits);
2054 foreach my $commit (@commits) {