| Commit message (Expand) | Author | Age | Files | Lines |
* | git commit --dry-run -v: show diff in color when asked | Junio C Hamano | 2009-08-15 | 1 | -2/+4 |
* | Make git_status_config() file scope static to builtin-commit.c | Junio C Hamano | 2009-08-10 | 1 | -0/+60 |
* | wt-status: move many global settings to wt_status structure | Junio C Hamano | 2009-08-10 | 1 | -39/+48 |
* | commit: --dry-run | Junio C Hamano | 2009-08-07 | 1 | -13/+16 |
* | wt-status.c: rework the way changes to the index and work tree are summarized | Junio C Hamano | 2009-08-06 | 1 | -5/+8 |
* | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -2/+3 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -13/+10 |
* | parse-opts: add OPT_FILENAME and transition builtins | Stephen Boyd | 2009-05-25 | 1 | -8/+2 |
* | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 2009-05-25 | 1 | -1/+2 |
* | commit: -F overrides -t | Stephen Boyd | 2009-05-23 | 1 | -0/+4 |
* | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-05 | 1 | -1/+2 |
|\ |
|
| * | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-05 | 1 | -1/+2 |
| |\ |
|
| | * | commit: abort commit if interactive add failed | Jeff King | 2009-04-05 | 1 | -1/+2 |
| * | | Merge branch 'mh/maint-commit-color-status' into maint | Junio C Hamano | 2009-01-28 | 1 | -0/+6 |
| |\ \ |
|
* | | | | Generalize and libify index_is_dirty() to index_differs_from(...) | Stephan Beyer | 2009-02-10 | 1 | -11/+2 |
* | | | | Merge branch 'cb/add-pathspec' | Junio C Hamano | 2009-01-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | remove pathspec_match, use match_pathspec instead | Clemens Buchacher | 2009-01-14 | 1 | -1/+1 |
* | | | | | Merge branch 'sb/hook-cleanup' | Junio C Hamano | 2009-01-21 | 1 | -34/+0 |
|\ \ \ \ \ |
|
| * | | | | | Move run_hook() from builtin-commit.c into run-command.c (libgit) | Stephan Beyer | 2009-01-17 | 1 | -34/+0 |
| |/ / / / |
|
* | | | | | commit: more compact summary and without extra quotes | Santi BĂ©jar | 2009-01-19 | 1 | -2/+2 |
* | | | | | Merge branch 'mh/maint-commit-color-status' | Junio C Hamano | 2009-01-17 | 1 | -0/+6 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | git-status -v: color diff output when color.ui is set | Markus Heidelberg | 2009-01-08 | 1 | -0/+3 |
| * | | | git-commit: color status output when color.ui is set | Markus Heidelberg | 2009-01-08 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-17 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | builtin-commit.c: do not remove COMMIT_EDITMSG | Stephan Beyer | 2009-01-17 | 1 | -1/+0 |
* | | builtin-commit: remove unused message variable | Markus Heidelberg | 2008-12-13 | 1 | -5/+0 |
* | | git add --intent-to-add: do not let an empty blob be committed by accident | Junio C Hamano | 2008-11-30 | 1 | -1/+1 |
* | | Add cache preload facility | Linus Torvalds | 2008-11-14 | 1 | -4/+4 |
* | | Merge branch 'jk/maint-commit-v-strip' | Junio C Hamano | 2008-11-12 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | commit: Fix stripping of patch in verbose mode. | Jeff King | 2008-11-12 | 1 | -3/+5 |
* | | Merge branch 'jc/maint-co-track' | Junio C Hamano | 2008-10-21 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 | 1 | -1/+2 |
* | | Merge branch 'mv/merge-noff' | Junio C Hamano | 2008-10-19 | 1 | -1/+13 |
|\ \ |
|
| * | | builtin-commit: use reduce_heads() only when appropriate | Miklos Vajna | 2008-10-03 | 1 | -2/+14 |
* | | | Merge branch 'pb/commit-where' | Junio C Hamano | 2008-10-18 | 1 | -3/+12 |
|\ \ \ |
|
| * | | | reformat informational commit message | Jeff King | 2008-10-02 | 1 | -27/+10 |
| * | | | git commit: Reformat output somewhat | Andreas Ericsson | 2008-09-30 | 1 | -7/+5 |
| * | | | builtin-commit.c: show on which branch a commit was added | Pieter de Bie | 2008-09-07 | 1 | -2/+30 |
* | | | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -10/+5 |
| |/ /
|/| | |
|
* | | | Merge branch 'bc/master-diff-hunk-header-fix' | Shawn O. Pearce | 2008-09-29 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge branch 'maint' into bc/master-diff-hunk-header-fix | Shawn O. Pearce | 2008-09-29 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Clarify commit error message for unmerged files | Rafael Garcia-Suarez | 2008-09-29 | 1 | -1/+1 |
* | | | builtin-commit: use commit_tree() | Miklos Vajna | 2008-09-10 | 1 | -51/+16 |
|/ / |
|
* | | Merge branch 'jc/author-nickname' | Junio C Hamano | 2008-09-02 | 1 | -0/+28 |
|\ \ |
|
| * | | git commit --author=$name: look $name up in existing commits | Junio C Hamano | 2008-08-30 | 1 | -0/+28 |
| |/ |
|
* | | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 2008-08-31 | 1 | -1/+1 |
|/ |
|
* | pretty=format: respect date format options | Jeff King | 2008-08-29 | 1 | -1/+1 |
* | Sync with 1.5.6.5 | Junio C Hamano | 2008-08-06 | 1 | -4/+7 |
|\ |
|
| * | Files given on the command line are relative to $cwd | Junio C Hamano | 2008-08-06 | 1 | -4/+7 |
* | | Compact commit template message | Jeff King | 2008-07-31 | 1 | -7/+12 |