Merge branch 'gm/request-pull-with-non-pgp-signed-tags'
Adjust "git request-pull" to strip embedded signature from signed tags to notice non-PGP signatures. * gm/request-pull-with-non-pgp-signed-tags: request-pull: filter out SSH/X.509 tag signatures
This commit is contained in:
@ -153,7 +153,7 @@ for you to fetch changes up to %H:
|
|||||||
if test $(git cat-file -t "$head") = tag
|
if test $(git cat-file -t "$head") = tag
|
||||||
then
|
then
|
||||||
git cat-file tag "$head" |
|
git cat-file tag "$head" |
|
||||||
sed -n -e '1,/^$/d' -e '/^-----BEGIN PGP /q' -e p
|
sed -n -e '1,/^$/d' -e '/^-----BEGIN \(PGP\|SSH\|SIGNED\) /q' -e p
|
||||||
echo
|
echo
|
||||||
echo "----------------------------------------------------------------"
|
echo "----------------------------------------------------------------"
|
||||||
fi &&
|
fi &&
|
||||||
|
|||||||
Reference in New Issue
Block a user