Lines Matching refs:sha1
1906 my $sha1 = `git rev-list --max-count=1 $commit`;
1909 logit $sha1;
1918 chomp $sha1;
1920 return $sha1;
3440 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3441 $ignored_warnings{$sha1} = 1;
3447 my $sha1 = $item;
3448 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3452 run_command "git checkout $sha1" or
3453 die "Failed to checkout $sha1";
3471 if (!defined($warnings_file) && !defined($ignored_warnings{$sha1})) {
3472 check_patch_buildlog $sha1 or return 0;