aboutsummaryrefslogtreecommitdiff
path: root/git-verify-tag-script
Commit message (Collapse)AuthorAge
* [PATCH] Cleanup: git-verify-tag-scriptEric W. Biederman2005-07-22
| | | | | | | | | | - 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>
* Add git-verify-tag scriptJan Harkes2005-06-26
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