summaryrefslogtreecommitdiff
path: root/builtin-tag.c
Commit message (Expand)AuthorAgeFilesLines
* "git-tag -s" should create a signed annotated tagJunio C Hamano2007-11-251-0/+3
* builtin-tag: accept and process multiple -m just like git-commitJunio C Hamano2007-11-221-8/+29
* Make builtin-tag.c use parse_options.Carlos Rica2007-11-181-81/+60
* Merge branch 'mh/retag'Junio C Hamano2007-11-141-3/+35
|\
| * Reuse previous annotation when overwriting a tagMike Hommey2007-11-051-3/+35
* | Small code readability improvement in show_reference() in builtin-tag.cMike Hommey2007-11-071-7/+6
|/
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-291-12/+7
* Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-271-4/+1
* Add strbuf_read_file().Kristian Høgsberg2007-09-271-8/+3
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit2007-09-101-48/+31
* git-tag -s must fail if gpg cannot sign the tag.Carlos Rica2007-09-091-4/+14
* git-tag: Fix -l option to use better shell style globs.Carlos Rica2007-08-311-9/+2
* builtin-tag.c: Fix two memory leaks and minor notation changes.Carlos Rica2007-07-211-16/+22
* launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-211-3/+7
* Make git tag a builtin.Carlos Rica2007-07-201-0/+450