aboutsummaryrefslogtreecommitdiff
path: root/git-tag.sh
Commit message (Expand)AuthorAge
* More echo "$user_message" fixes.Jeff King2007-05-26
* Fix git-tag -uJunio C Hamano2007-01-30
* Allow the tag signing key to be specified in the config fileAndy Parkins2007-01-27
* git-tag -d: allow deleting multiple tags at once.Junio C Hamano2007-01-20
* git-tag: add flag to verify a tagSanti BĂ©jar2007-01-03
* git-tag: lose exit after dieJunio C Hamano2006-12-22
* git-tag: support -F <file> optionJohannes Schindelin2006-12-21
* git-tag: allow empty tag message if -m is given explicitly.Han-Wen Nienhuys2006-11-26
* Do not create tag leading directories since git update-ref does it.Christian Couder2006-10-01
* Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder2006-10-01
* Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder2006-10-01
* update a few Porcelain-ish for ref lock safety.Junio C Hamano2006-09-27
* Strip useless "tags/" prefix from git-tag -l outputSean2006-05-15
* Shell utilities: Guard against expr' magic tokens.Mark Wooding2006-04-13
* git-tag: -l to list tags (usability).Junio C Hamano2006-02-17
* avoid echo -e, there are systems where it does not workAlex Riesen2006-02-12
* Trivial usage string clean-upfreku045@student.liu.se2005-12-14
* define die() for scripts that use it.Junio C Hamano2005-11-28
* tag: make it operable from a subdirectory.Junio C Hamano2005-11-28
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-25
* git-tag -d <tag>: delete tag <tag>Kai Ruemmler2005-11-08
* Do not fail on hierarchical tagnames.Junio C Hamano2005-11-07
* git-tag: Do not assume the working tree root is writable.Junio C Hamano2005-11-03
* git-check-ref-format: reject funny ref names.Junio C Hamano2005-10-15
* Merge branch 'fixes'Junio C Hamano2005-10-09
|\
| * git-tag: update usage string and documentation.Junio C Hamano2005-10-09
* | Allow "-u" flag to tag signingLinus Torvalds2005-10-06
|/
* Big tool rename.Junio C Hamano2005-09-07