aboutsummaryrefslogtreecommitdiff
path: root/builtin-tag.c
Commit message (Expand)AuthorAge
* Fix documentation syntax of optional arguments in short options.Carlos Rica2008-04-10
* launch_editor(): allow spaces in the filenameJohannes Schindelin2008-03-11
* builtin-tag.c: guard config parser from value=NULLJunio C Hamano2008-02-11
* Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano2007-12-22
* git-tag: fix -l switch handling regression.Pierre Habouzit2007-12-22
* "git tag -u keyname" brokenLinus Torvalds2007-12-11
* Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-09
* Fix commit-msg hook to allow editingJunio C Hamano2007-12-09
* Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\
| * builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit2007-11-26
| * launch_editor(): read the file, even when EDITOR=:Johannes Schindelin2007-11-22
| * Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg2007-11-22
* | "git-tag -s" should create a signed annotated tagJunio C Hamano2007-11-25
* | builtin-tag: accept and process multiple -m just like git-commitJunio C Hamano2007-11-22
* | Make builtin-tag.c use parse_options.Carlos Rica2007-11-18
|/
* Merge branch 'mh/retag'Junio C Hamano2007-11-14
|\
| * Reuse previous annotation when overwriting a tagMike Hommey2007-11-05
* | Small code readability improvement in show_reference() in builtin-tag.cMike Hommey2007-11-07
|/
* 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