Lines Matching refs:sha1
2150 my $sha1 = `git rev-list --max-count=1 $commit`;
2153 logit $sha1;
2162 chomp $sha1;
2164 return $sha1;
3520 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3521 $ignored_warnings{$sha1} = 1;
3527 my $sha1 = $item;
3528 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3532 run_command "git checkout $sha1" or
3533 dodie "Failed to checkout $sha1";
3551 if (!defined($warnings_file) && !defined($ignored_warnings{$sha1})) {
3552 check_patch_buildlog $sha1 or return 0;