diff options
author | Martin Langhoff <martin@catalyst.net.nz> | 2005-10-13 10:47:42 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-13 10:47:42 -0700 |
commit | 8af12741ee0e35f43b3180b435cd33642c183e97 (patch) | |
tree | 4f8cd585074c7c36e084ada622952f5e9aa6a2b5 /Makefile | |
parent | Revert "Also use 'track_object_refs = 0' in update-server-info." (diff) | |
download | tgif-8af12741ee0e35f43b3180b435cd33642c183e97.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -93,7 +93,8 @@ SCRIPT_SH = \ SCRIPT_PERL = \ git-archimport.perl git-cvsimport.perl git-relink.perl \ - git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl + git-rename.perl git-shortlog.perl git-fmt-merge-msg.perl \ + git-findtags.perl SCRIPT_PYTHON = \ git-merge-recursive.py |