aboutsummaryrefslogtreecommitdiff
path: root/builtin-tag.c
Commit message (Expand)AuthorAge
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-06
|\
| * Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* | parse-options: make OPT_INTEGER's argh explicitStephen Boyd2009-06-06
|/
* parse-opts: add OPT_FILENAME and transition builtinsStephen Boyd2009-05-25
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-25
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* git-tag: Add --contains optionJake Goulding2009-01-28
* Merge branch 'maint'Junio C Hamano2008-12-07
|\
| * tag: delete TAG_EDITMSG only on successful tagJeff King2008-12-07
| * Merge branch 'st/maint-tag' into maintJunio C Hamano2008-11-30
| |\
| * \ Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-08
| |\ \
* | \ \ Merge branch 'st/tag'Junio C Hamano2008-11-12
|\ \ \ \ | | |_|/ | |/| |
| * | | tag: Check that options are only allowed in the appropriate modeSamuel Tardieu2008-11-04
* | | | Merge branch 'ar/mksnpath'Junio C Hamano2008-11-05
|\ \ \ \
| * \ \ \ Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-30
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-30
| | |/ /
* | | | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-05
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix git branch -m for symrefs.Miklos Vajna2008-10-26
| |/
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* Sync with 1.5.6.5Junio C Hamano2008-08-06
|\
| * Files given on the command line are relative to $cwdJunio C Hamano2008-08-06
| * Fix "config_error_nonbool" used with value instead of keyChristian Couder2008-07-05
* | editor.c: Libify launch_editor()Stephan Beyer2008-07-25
* | Move launch_editor() from builtin-tag.c to editor.cStephan Beyer2008-07-25
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-13
* | | Convert CR/LF to LF in tag signaturesJohannes Schindelin2008-07-11
|/ /
* | Fix "config_error_nonbool" used with value instead of keyChristian Couder2008-07-05
|/
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Merge branch 'maint-1.5.4' into maintJunio C Hamano2008-04-10
|\
| * Fix documentation syntax of optional arguments in short options.Carlos Rica2008-04-10
* | Merge branch 'maint'Junio C Hamano2008-03-11
|\ \ | |/
| * launch_editor(): allow spaces in the filenameJohannes Schindelin2008-03-11
* | start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt2008-02-23
* | builtin-tag.c: remove cruftGerrit Pape2008-02-22
|/
* 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
|\