author | Martin Langhoff <martin@catalyst.net.nz> | |
Thu, 13 Oct 2005 17:47:42 +0000 (10:47 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Oct 2005 17:47:42 +0000 (10:47 -0700) | ||
commit | 8af12741ee0e35f43b3180b435cd33642c183e97 | |
tree | 4f8cd585074c7c36e084ada622952f5e9aa6a2b5 | tree | snapshot |
parent | 35613ba4ba967ff408f1b32275f4ebcd51c98097 | commit | diff |
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>
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 | diff | blob | history | |
git-findtags.perl | [new file with mode: 0755] | blob |