summaryrefslogtreecommitdiff
path: root/git-verify-tag-script
AgeCommit message (Collapse)Author
2005-07-23[PATCH] Cleanup: git-verify-tag-scriptEric W. Biederman
- Use git-rev-parse to allow sha1 tags references - When the tag does not verify set an appropriate exit status - Use git-sh-setup-script to verify the .git directory Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-27Add git-verify-tag scriptJan Harkes
Here is a script to simplify validating the gpg signature created by git-tag-script. Might be useful to add to the git tree so that people don't have to search for the right post in the git mailinglist archives