]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-filter-branch.sh
reftable: add print functions to the record types
[thirdparty/git.git] / git-filter-branch.sh
index cb893728136be39b2cb0042feb55d6377e870659..3a51d4507c7136722812f5dc10ee97a9af5b84a0 100755 (executable)
@@ -579,7 +579,7 @@ if [ "$filter_tag_name" ]; then
                                git hash-object -t tag -w --stdin) ||
                                die "Could not create new tag object for $ref"
                        if git cat-file tag "$ref" | \
-                          sane_grep '^-----BEGIN PGP SIGNATURE-----' >/dev/null 2>&1
+                          grep '^-----BEGIN PGP SIGNATURE-----' >/dev/null 2>&1
                        then
                                warn "gpg signature stripped from tag object $sha1t"
                        fi