summaryrefslogtreecommitdiff
path: root/builtin-tag.c
AgeCommit message (Expand)Author
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-06parse-options: make OPT_INTEGER's argh explicitStephen Boyd
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-01-28git-tag: Add --contains optionJake Goulding
2008-12-07Merge branch 'maint'Junio C Hamano
2008-12-07tag: delete TAG_EDITMSG only on successful tagJeff King
2008-12-01Merge branch 'st/maint-tag' into maintJunio C Hamano
2008-11-13Merge branch 'st/tag'Junio C Hamano
2008-11-09Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano
2008-11-05Merge branch 'ar/mksnpath'Junio C Hamano
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano
2008-11-04tag: Check that options are only allowed in the appropriate modeSamuel Tardieu
2008-10-31Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-08-06Sync with 1.5.6.5Junio C Hamano
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-12Convert CR/LF to LF in tag signaturesJohannes Schindelin
2008-07-06Fix "config_error_nonbool" used with value instead of keyChristian Couder
2008-07-06Fix "config_error_nonbool" used with value instead of keyChristian Couder
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-04-10Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica
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