Lines Matching refs:sha1
2136 my $sha1 = `git rev-list --max-count=1 $commit`;
2139 logit $sha1;
2148 chomp $sha1;
2150 return $sha1;
3505 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3506 $ignored_warnings{$sha1} = 1;
3512 my $sha1 = $item;
3513 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3517 run_command "git checkout $sha1" or
3518 dodie "Failed to checkout $sha1";
3536 if (!defined($warnings_file) && !defined($ignored_warnings{$sha1})) {
3537 check_patch_buildlog $sha1 or return 0;