33 Commits (e4465f0e71cc389a26bcf7474ad12112f683f633)

Author SHA1 Message Date
Junio C Hamano 5be60078c9 Rewrite "git-frotz" to "git frotz" 18 years ago
Alexandre Vassalotti 72bb989d6e git-tag: Fix "can't shift that many". 18 years ago
Shawn O. Pearce bfc04bb9b8 Correct usages of sed in git-tag for Mac OS X 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthijs Melchior 980ea5c5bb Teach git-tag about showing tag annotations. 18 years ago
Jeff King a23bfaed7d More echo "$user_message" fixes. 18 years ago
Junio C Hamano 63460f285c Fix git-tag -u 18 years ago
Andy Parkins d67778eccd Allow the tag signing key to be specified in the config file 18 years ago
Junio C Hamano 453c1e8575 git-tag -d: allow deleting multiple tags at once. 18 years ago
Santi Béjar 0bc72abdb0 git-tag: add flag to verify a tag 18 years ago
Junio C Hamano a6782bc572 git-tag: lose exit after die 18 years ago
Johannes Schindelin f79c73ce9c git-tag: support -F <file> option 18 years ago
Han-Wen Nienhuys aabd76930f git-tag: allow empty tag message if -m is given explicitly. 18 years ago
Christian Couder 367337040d Do not create tag leading directories since git update-ref does it. 18 years ago
Christian Couder b431b2822f Check that a tag exists using show-ref instead of looking for the ref file. 18 years ago
Christian Couder d3d0013c59 Use git-update-ref to delete a tag instead of rm()ing the ref file. 18 years ago
Junio C Hamano cede752653 update a few Porcelain-ish for ref lock safety. 18 years ago
Sean e6ebb8a3fb Strip useless "tags/" prefix from git-tag -l output 19 years ago
Mark Wooding f327dbced2 Shell utilities: Guard against expr' magic tokens. 19 years ago
Junio C Hamano b867c7c23a git-tag: -l to list tags (usability). 19 years ago
Alex Riesen 0dbc4e89bb avoid echo -e, there are systems where it does not work 19 years ago
freku045@student.liu.se 806f36d4d7 Trivial usage string clean-up 19 years ago
Junio C Hamano d165fa14f0 define die() for scripts that use it. 19 years ago
Junio C Hamano 7ea2fc47d2 tag: make it operable from a subdirectory. 19 years ago
Junio C Hamano ae2b0f1518 git-sh-setup: die if outside git repository. 19 years ago
Kai Ruemmler 61f81518a2 git-tag -d <tag>: delete tag <tag> 19 years ago
Junio C Hamano 52963a7a3f Do not fail on hierarchical tagnames. 19 years ago
Junio C Hamano a10aad6a9a git-tag: Do not assume the working tree root is writable. 19 years ago
Junio C Hamano 652d5dc6c0 git-check-ref-format: reject funny ref names. 19 years ago
Junio C Hamano 03feddd6e8 git-check-ref-format: reject funny ref names. 19 years ago
Junio C Hamano fb8024b414 git-tag: update usage string and documentation. 19 years ago
Linus Torvalds bc162e40ea Allow "-u" flag to tag signing 19 years ago
Junio C Hamano 215a7ad1ef Big tool rename. 19 years ago
Junio C Hamano 2ad77e67c7 Audit rev-parse users. 19 years ago
Chris Wright c882bc932f [PATCH] Add -m <message> option to "git tag" 20 years ago
Junio C Hamano 0fad0fdd4b git-tag-script updates. 20 years ago
Linus Torvalds d727782eaf Make "git tag" create both simple and signed tags 20 years ago
Eric W. Biederman c818566d5c [PATCH] Update tags to record who made them 20 years ago
Eric W. Biederman ec3f5a46ea [PATCH] Update git-tag-script to create the .git/refs/tags if it does not already exist 20 years ago
Linus Torvalds 918c05f1b6 Make "git tag" more user-friendly 20 years ago
Junio C Hamano 8ac069ac0a Introduce GIT_DIR environment variable. 20 years ago
Junio C Hamano 0fc65a4572 [PATCH] leftover bits for git rename 20 years ago
Linus Torvalds 65f0d0ee46 Add example "git-tag-script" to show how to create signed tag objects. 20 years ago