| Commit message (Expand) | Author | Age |
* | Merge branch 'maint' | Junio C Hamano | 2008-12-07 |
|\ |
|
| * | tag: delete TAG_EDITMSG only on successful tag | Jeff King | 2008-12-07 |
| * | Merge branch 'st/maint-tag' into maint | Junio C Hamano | 2008-11-30 |
| |\ |
|
| * \ | Merge branch 'ar/maint-mksnpath' into maint | Junio C Hamano | 2008-11-08 |
| |\ \ |
|
* | \ \ | Merge branch 'st/tag' | Junio C Hamano | 2008-11-12 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | tag: Check that options are only allowed in the appropriate mode | Samuel Tardieu | 2008-11-04 |
* | | | | Merge branch 'ar/mksnpath' | Junio C Hamano | 2008-11-05 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'ar/maint-mksnpath' into ar/mksnpath | Junio C Hamano | 2008-10-30 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | Use git_pathdup instead of xstrdup(git_path(...)) | Alex Riesen | 2008-10-30 |
| | |/ / |
|
* | | | | Merge branch 'mv/maint-branch-m-symref' | Junio C Hamano | 2008-11-05 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 |
| |/ |
|
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 |
|/ |
|
* | Sync with 1.5.6.5 | Junio C Hamano | 2008-08-06 |
|\ |
|
| * | Files given on the command line are relative to $cwd | Junio C Hamano | 2008-08-06 |
| * | Fix "config_error_nonbool" used with value instead of key | Christian Couder | 2008-07-05 |
* | | editor.c: Libify launch_editor() | Stephan Beyer | 2008-07-25 |
* | | Move launch_editor() from builtin-tag.c to editor.c | Stephan Beyer | 2008-07-25 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 |
|\ \ |
|
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
* | | | Convert CR/LF to LF in tag signatures | Johannes Schindelin | 2008-07-11 |
|/ / |
|
* | | Fix "config_error_nonbool" used with value instead of key | Christian Couder | 2008-07-05 |
|/ |
|
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
* | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-10 |
|\ |
|
| * | Fix documentation syntax of optional arguments in short options. | Carlos Rica | 2008-04-10 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-11 |
|\ \
| |/ |
|
| * | launch_editor(): allow spaces in the filename | Johannes Schindelin | 2008-03-11 |
* | | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 2008-02-23 |
* | | builtin-tag.c: remove cruft | Gerrit Pape | 2008-02-22 |
|/ |
|
* | builtin-tag.c: guard config parser from value=NULL | Junio C Hamano | 2008-02-11 |
* | Fix $EDITOR regression introduced by rewrite in C. | Junio C Hamano | 2007-12-22 |
* | git-tag: fix -l switch handling regression. | Pierre Habouzit | 2007-12-22 |
* | "git tag -u keyname" broken | Linus Torvalds | 2007-12-11 |
* | Re-fix "builtin-commit: fix --signoff" | Junio C Hamano | 2007-12-09 |
* | Fix commit-msg hook to allow editing | Junio C Hamano | 2007-12-09 |
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 |
|\ |
|
| * | builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. | Pierre Habouzit | 2007-11-26 |
| * | launch_editor(): read the file, even when EDITOR=: | Johannes Schindelin | 2007-11-22 |
| * | Export launch_editor() and make it accept ':' as a no-op editor. | Kristian Høgsberg | 2007-11-22 |
* | | "git-tag -s" should create a signed annotated tag | Junio C Hamano | 2007-11-25 |
* | | builtin-tag: accept and process multiple -m just like git-commit | Junio C Hamano | 2007-11-22 |
* | | Make builtin-tag.c use parse_options. | Carlos Rica | 2007-11-18 |
|/ |
|
* | Merge branch 'mh/retag' | Junio C Hamano | 2007-11-14 |
|\ |
|
| * | Reuse previous annotation when overwriting a tag | Mike Hommey | 2007-11-05 |
* | | Small code readability improvement in show_reference() in builtin-tag.c | Mike Hommey | 2007-11-07 |
|/ |
|
* | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 2007-09-29 |
* | Clean up stripspace a bit, use strbuf even more. | Kristian Høgsberg | 2007-09-27 |
* | Add strbuf_read_file(). | Kristian Høgsberg | 2007-09-27 |
* | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 |
* | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 2007-09-10 |
* | git-tag -s must fail if gpg cannot sign the tag. | Carlos Rica | 2007-09-09 |