Lines Matching refs:SHA1
917 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous\./) {
965 my $sha1 = $1;
967 unshift(@commits, $sha1);
968 $git_commits{$sha1} = $subject;
2697 "Please use git commit description style 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\n" . $herecurr);