aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-tag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-487/+0
2009-12-10tag -d: print sha1 of deleted tagMichael J Gruber1-1/+3
2009-08-29UI consistency: allow --force for where -f means forceRené Scharfe1-1/+1
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-5/+4
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-1/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-4/+3
2009-06-06parse-options: make OPT_INTEGER's argh explicitStephen Boyd1-2/+2
2009-05-25parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd1-2/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen1-1/+1
2009-01-28git-tag: Add --contains optionJake Goulding1-2/+27
2008-12-07Merge branch 'maint'Junio C Hamano1-8/+20
2008-12-07tag: delete TAG_EDITMSG only on successful tagJeff King1-8/+20
2008-11-30Merge branch 'st/maint-tag' into maintJunio C Hamano1-7/+12
2008-11-12Merge branch 'st/tag'Junio C Hamano1-7/+12
2008-11-08Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano1-1/+1
2008-11-05Merge branch 'ar/mksnpath'Junio C Hamano1-1/+1
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano1-1/+1
2008-11-04tag: Check that options are only allowed in the appropriate modeSamuel Tardieu1-7/+12
2008-10-30Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano1-1/+1
2008-10-30Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen1-1/+1
2008-10-26Fix git branch -m for symrefs.Miklos Vajna1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-08-06Sync with 1.5.6.5Junio C Hamano1-1/+2
2008-08-06Files given on the command line are relative to $cwdJunio C Hamano1-1/+2
2008-07-25editor.c: Libify launch_editor()Stephan Beyer1-1/+5
2008-07-25Move launch_editor() from builtin-tag.c to editor.cStephan Beyer1-53/+0
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-4/+4
2008-07-13Make usage strings dash-lessStephan Beyer1-4/+4
2008-07-11Convert CR/LF to LF in tag signaturesJohannes Schindelin1-0/+10
2008-07-05Fix "config_error_nonbool" used with value instead of keyChristian Couder1-1/+1
2008-07-05Fix "config_error_nonbool" used with value instead of keyChristian Couder1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-04-10Merge branch 'maint-1.5.4' into maintJunio C Hamano1-1/+1
2008-04-10Fix documentation syntax of optional arguments in short options.Carlos Rica1-1/+1
2008-03-11Merge branch 'maint'Junio C Hamano1-1/+5
2008-03-11launch_editor(): allow spaces in the filenameJohannes Schindelin1-1/+5
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt1-1/+2
2008-02-22builtin-tag.c: remove cruftGerrit Pape1-3/+0
2008-02-11builtin-tag.c: guard config parser from value=NULLJunio C Hamano1-1/+1
2007-12-22Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano1-1/+13
2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit1-7/+5
2007-12-11"git tag -u keyname" brokenLinus Torvalds1-3/+11
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-2/+2
2007-12-09Fix commit-msg hook to allow editingJunio C Hamano1-0/+2
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-11/+7
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit1-3/+3
2007-11-25"git-tag -s" should create a signed annotated tagJunio C Hamano1-0/+3
2007-11-22builtin-tag: accept and process multiple -m just like git-commitJunio C Hamano1-8/+29
2007-11-22launch_editor(): read the file, even when EDITOR=:Johannes Schindelin1-12/+5