summaryrefslogtreecommitdiff
path: root/git-tag.sh
Commit message (Expand)AuthorAgeFilesLines
* Make git tag a builtin.Carlos Rica2007-07-201-205/+0
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-9/+9
* git-tag: Fix "can't shift that many".Alexandre Vassalotti2007-06-301-5/+24
* Correct usages of sed in git-tag for Mac OS XShawn O. Pearce2007-06-301-6/+10
* War on whitespaceJunio C Hamano2007-06-071-3/+2
* Teach git-tag about showing tag annotations.Matthijs Melchior2007-06-021-7/+37
* More echo "$user_message" fixes.Jeff King2007-05-261-1/+1
* Fix git-tag -uJunio C Hamano2007-01-301-3/+4
* Allow the tag signing key to be specified in the config fileAndy Parkins2007-01-271-2/+4
* git-tag -d: allow deleting multiple tags at once.Junio C Hamano2007-01-201-6/+15
* git-tag: add flag to verify a tagSanti BĂ©jar2007-01-031-1/+10
* git-tag: lose exit after dieJunio C Hamano2006-12-221-2/+0
* git-tag: support -F <file> optionJohannes Schindelin2006-12-211-0/+11
* git-tag: allow empty tag message if -m is given explicitly.Han-Wen Nienhuys2006-11-261-2/+9
* Do not create tag leading directories since git update-ref does it.Christian Couder2006-10-011-3/+2
* Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder2006-10-011-1/+1
* Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder2006-10-011-2/+4
* update a few Porcelain-ish for ref lock safety.Junio C Hamano2006-09-271-3/+6
* Strip useless "tags/" prefix from git-tag -l outputSean2006-05-151-5/+3
* 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