Add findtags - reworked
authorMartin Langhoff <martin@catalyst.net.nz>
Thu, 13 Oct 2005 17:47:42 +0000 (10:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 17:47:42 +0000 (10:47 -0700)
commit8af12741ee0e35f43b3180b435cd33642c183e97
tree4f8cd585074c7c36e084ada622952f5e9aa6a2b5
parent35613ba4ba967ff408f1b32275f4ebcd51c98097
Add findtags - reworked

A short perl script that will walk the tag refs, tag objects, and even commit
objects in its quest to figure out whether the given SHA1 (for a commit or
tree) was ever tagged.

This version is reworked incorporating sanity, feature and style fixes from
Junio.

Usage: git-findtags.perl [ -t ] <commit-or-tree-sha1>

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
git-findtags.perl [new file with mode: 0755]