Lines Matching refs:sha1
2025 my $sha1 = `git rev-list --max-count=1 $commit`;
2028 logit $sha1;
2037 chomp $sha1;
2039 return $sha1;
3417 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3418 $ignored_warnings{$sha1} = 1;
3424 my $sha1 = $item;
3425 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3429 run_command "git checkout $sha1" or
3430 dodie "Failed to checkout $sha1";
3448 if (!defined($warnings_file) && !defined($ignored_warnings{$sha1})) {
3449 check_patch_buildlog $sha1 or return 0;