summaryrefslogtreecommitdiff
path: root/builtin-tag.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-27Clean up stripspace a bit, use strbuf even more.Libravatar Kristian Høgsberg1-4/+1
2007-09-27Add strbuf_read_file().Libravatar Kristian Høgsberg1-8/+3
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Libravatar Pierre Habouzit1-48/+31
2007-09-09git-tag -s must fail if gpg cannot sign the tag.Libravatar Carlos Rica1-4/+14
2007-08-31git-tag: Fix -l option to use better shell style globs.Libravatar Carlos Rica1-9/+2
2007-07-21builtin-tag.c: Fix two memory leaks and minor notation changes.Libravatar Carlos Rica1-16/+22
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsLibravatar Johannes Schindelin1-3/+7
2007-07-20Make git tag a builtin.Libravatar Carlos Rica1-0/+450