Lines Matching refs:commit
46 # Add SVN version numbers for commit (can't do that until
122 "git-commit|g:s" => \$gitCommit,
130 print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
135 print STDERR " -g|--git-commit Populate the ChangeLogs from the specified git commit\n";
137 print STDERR " --git-reviewer When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
138 print STDERR " This option is useful when the git commit lacks a Signed-Off-By: line\n";
147 die "--git-commit and --git-index are incompatible." if ($gitIndex && $gitCommit);
477 # Silently allow --git-commit to win, we could warn if $nameFromArgs is defined.
486 # Silently allow --git-commit to win, we could warn if $emailAddressFromArgs is defined.
1553 return 0 if ($gitCommit || $gitIndex); # an existing commit or staged change cannot have conflicts
1654 my ($commit) = @_;
1660 push @args, '-1' if $commit !~ m/.+\.\..+/;
1664 open(GIT, "-|", $GIT, @args, $commit) || die;
1670 shift @commitLogs; # Remove initial blank commit log