Lines Matching refs:sha1
2116 my $sha1 = `git rev-list --max-count=1 $commit`;
2119 logit $sha1;
2128 chomp $sha1;
2130 return $sha1;
3485 foreach my $sha1 (split /\s+/, $ignore_warnings) {
3486 $ignored_warnings{$sha1} = 1;
3492 my $sha1 = $item;
3493 $sha1 =~ s/^([[:xdigit:]]+).*/$1/;
3497 run_command "git checkout $sha1" or
3498 dodie "Failed to checkout $sha1";
3516 if (!defined($warnings_file) && !defined($ignored_warnings{$sha1})) {
3517 check_patch_buildlog $sha1 or return 0;