summaryrefslogtreecommitdiff
path: root/git-tag.sh
AgeCommit message (Expand)Author
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-06-30git-tag: Fix "can't shift that many".Alexandre Vassalotti
2007-06-30Correct usages of sed in git-tag for Mac OS XShawn O. Pearce
2007-06-07War on whitespaceJunio C Hamano
2007-06-03Teach git-tag about showing tag annotations.Matthijs Melchior
2007-05-26More echo "$user_message" fixes.Jeff King
2007-01-31Fix git-tag -uJunio C Hamano
2007-01-27Allow the tag signing key to be specified in the config fileAndy Parkins
2007-01-21git-tag -d: allow deleting multiple tags at once.Junio C Hamano
2007-01-03git-tag: add flag to verify a tagSanti BĂ©jar
2006-12-23git-tag: lose exit after dieJunio C Hamano
2006-12-22git-tag: support -F <file> optionJohannes Schindelin
2006-11-26git-tag: allow empty tag message if -m is given explicitly.Han-Wen Nienhuys
2006-10-02Do not create tag leading directories since git update-ref does it.Christian Couder
2006-10-01Check that a tag exists using show-ref instead of looking for the ref file.Christian Couder
2006-10-01Use git-update-ref to delete a tag instead of rm()ing the ref file.Christian Couder
2006-09-27update a few Porcelain-ish for ref lock safety.Junio C Hamano
2006-05-15Strip useless "tags/" prefix from git-tag -l outputSean
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding
2006-02-17git-tag: -l to list tags (usability).Junio C Hamano
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen
2005-12-14Trivial usage string clean-upfreku045@student.liu.se
2005-11-29define die() for scripts that use it.Junio C Hamano
2005-11-29tag: make it operable from a subdirectory.Junio C Hamano
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-08git-tag -d <tag>: delete tag <tag>Kai Ruemmler
2005-11-08Do not fail on hierarchical tagnames.Junio C Hamano
2005-11-04git-tag: Do not assume the working tree root is writable.Junio C Hamano
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano
2005-10-10Merge branch 'fixes'Junio C Hamano
2005-10-10git-tag: update usage string and documentation.Junio C Hamano
2005-10-06Allow "-u" flag to tag signingLinus Torvalds
2005-09-08Big tool rename.Junio C Hamano