aboutsummaryrefslogtreecommitdiffstats
path: root/git-tag.sh
AgeCommit message (Expand)AuthorFilesLines
2006-05-15Strip useless "tags/" prefix from git-tag -l outputSean1-5/+3
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding1-1/+1
2006-02-17git-tag: -l to list tags (usability).Junio C Hamano1-1/+13
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen1-1/+2
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-11/+3
2005-11-28define die() for scripts that use it.Junio C Hamano1-0/+5
2005-11-28tag: make it operable from a subdirectory.Junio C Hamano1-1/+1
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-08git-tag -d <tag>: delete tag <tag>Kai Ruemmler1-1/+8
2005-11-07Do not fail on hierarchical tagnames.Junio C Hamano1-1/+2
2005-11-03git-tag: Do not assume the working tree root is writable.Junio C Hamano1-11/+13
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano1-0/+2
2005-10-09Merge branch 'fixes'Junio C Hamano1-1/+1
2005-10-09git-tag: update usage string and documentation.Junio C Hamano1-1/+1
2005-10-06Allow "-u" flag to tag signingLinus Torvalds1-4/+14
2005-09-07Big tool rename.Junio C Hamano1-0/+82