summaryrefslogtreecommitdiff
path: root/git-tag.sh
Commit message (Expand)AuthorAgeFilesLines
* Shell utilities: Guard against expr' magic tokens.Mark Wooding2006-04-131-1/+1
* git-tag: -l to list tags (usability).Junio C Hamano2006-02-171-1/+13
* avoid echo -e, there are systems where it does not workAlex Riesen2006-02-121-1/+2
* Trivial usage string clean-upfreku045@student.liu.se2005-12-141-11/+3
* define die() for scripts that use it.Junio C Hamano2005-11-281-0/+5
* tag: make it operable from a subdirectory.Junio C Hamano2005-11-281-1/+1
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* git-tag -d <tag>: delete tag <tag>Kai Ruemmler2005-11-081-1/+8
* Do not fail on hierarchical tagnames.Junio C Hamano2005-11-071-1/+2
* git-tag: Do not assume the working tree root is writable.Junio C Hamano2005-11-031-11/+13
* git-check-ref-format: reject funny ref names.Junio C Hamano2005-10-151-0/+2
* Merge branch 'fixes'Junio C Hamano2005-10-091-1/+1
|\
| * git-tag: update usage string and documentation.Junio C Hamano2005-10-091-1/+1
* | Allow "-u" flag to tag signingLinus Torvalds2005-10-061-4/+14
|/
* Big tool rename.Junio C Hamano2005-09-071-0/+82