summaryrefslogtreecommitdiff
path: root/builtin-tag.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-22builtin-tag.c: remove cruftLibravatar Gerrit Pape1-3/+0
2008-02-11builtin-tag.c: guard config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2007-12-22Fix $EDITOR regression introduced by rewrite in C.Libravatar Junio C Hamano1-1/+13
2007-12-22git-tag: fix -l switch handling regression.Libravatar Pierre Habouzit1-7/+5
2007-12-11"git tag -u keyname" brokenLibravatar Linus Torvalds1-3/+11
2007-12-09Re-fix "builtin-commit: fix --signoff"Libravatar Junio C Hamano1-2/+2
2007-12-09Fix commit-msg hook to allow editingLibravatar Junio C Hamano1-0/+2
2007-12-04Merge branch 'kh/commit'Libravatar Junio C Hamano1-11/+7
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Libravatar Pierre Habouzit1-3/+3
2007-11-25"git-tag -s" should create a signed annotated tagLibravatar Junio C Hamano1-0/+3
2007-11-22builtin-tag: accept and process multiple -m just like git-commitLibravatar Junio C Hamano1-8/+29
2007-11-22launch_editor(): read the file, even when EDITOR=:Libravatar Johannes Schindelin1-12/+5
2007-11-22Export launch_editor() and make it accept ':' as a no-op editor.Libravatar Kristian Høgsberg1-1/+4
2007-11-18Make builtin-tag.c use parse_options.Libravatar Carlos Rica1-81/+60
2007-11-14Merge branch 'mh/retag'Libravatar Junio C Hamano1-3/+35
2007-11-07Small code readability improvement in show_reference() in builtin-tag.cLibravatar Mike Hommey1-7/+6
2007-11-05Reuse previous annotation when overwriting a tagLibravatar Mike Hommey1-3/+35
2007-09-29strbuf_read_file enhancement, and use it.Libravatar Pierre Habouzit1-12/+7
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