aboutsummaryrefslogtreecommitdiff
path: root/builtin-tag.c
Commit message (Expand)AuthorAge
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
* Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-27
* Add strbuf_read_file().Kristian Høgsberg2007-09-27
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-10
* git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2007-09-09
* git-tag: Fix -l option to use better shell style globs.Carlos Rica2007-08-31
* builtin-tag.c: Fix two memory leaks and minor notation changes.Carlos Rica2007-07-21
* launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-21
* Make git tag a builtin.Carlos Rica2007-07-20