summaryrefslogtreecommitdiff
path: root/builtin-tag.c
AgeCommit message (Expand)Author
2008-03-12Merge branch 'maint'Junio C Hamano
2008-03-12launch_editor(): allow spaces in the filenameJohannes Schindelin
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt
2008-02-22builtin-tag.c: remove cruftGerrit Pape
2008-02-11builtin-tag.c: guard config parser from value=NULLJunio C Hamano
2007-12-22Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano
2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit
2007-12-11"git tag -u keyname" brokenLinus Torvalds
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit
2007-11-25"git-tag -s" should create a signed annotated tagJunio C Hamano
2007-11-23builtin-tag: accept and process multiple -m just like git-commitJunio C Hamano
2007-11-23launch_editor(): read the file, even when EDITOR=:Johannes Schindelin
2007-11-23Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg
2007-11-19Make builtin-tag.c use parse_options.Carlos Rica
2007-11-14Merge branch 'mh/retag'Junio C Hamano
2007-11-08Small code readability improvement in show_reference() in builtin-tag.cMike Hommey
2007-11-06Reuse previous annotation when overwriting a tagMike Hommey
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg
2007-09-27Add strbuf_read_file().Kristian Høgsberg
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit
2007-09-10git-tag -s must fail if gpg cannot sign the tag.Carlos Rica
2007-09-01git-tag: Fix -l option to use better shell style globs.Carlos Rica
2007-07-21builtin-tag.c: Fix two memory leaks and minor notation changes.Carlos Rica
2007-07-21launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin
2007-07-20Make git tag a builtin.Carlos Rica