| Commit message (Expand) | Author | Age | Files | Lines |
* | commit --amend: copy notes to the new commit | Thomas Rast | 2010-03-12 | 1 | -0/+12 |
* | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 2010-01-20 | 1 | -1/+5 |
|\ |
|
| * | commit: show interesting ident information in summary | Jeff King | 2010-01-14 | 1 | -1/+5 |
* | | builtin-commit: add --date option | Miklos Vajna | 2009-12-03 | 1 | -0/+15 |
|/ |
|
* | Do not use VISUAL editor on dumb terminals | Jonathan Nieder | 2009-11-13 | 1 | -4/+4 |
* | commit: More generous accepting of RFC-2822 footer lines. | David Brown | 2009-10-28 | 1 | -0/+41 |
* | tests: skip perl tests if NO_PERL is defined | Jeff King | 2009-04-08 | 1 | -2/+2 |
* | t7501-commit.sh: explicitly check that -F prevents invoking the editor | Adeodato Simó | 2009-01-10 | 1 | -0/+20 |
* | t7501: always use test_cmp instead of diff | Miklos Vajna | 2008-09-10 | 1 | -6/+6 |
* | tests: use "git xyzzy" form (t7200 - t9001) | Nanako Shiraishi | 2008-09-03 | 1 | -24/+24 |
* | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -9/+9 |
* | Merge branch 'bd/tests' | Junio C Hamano | 2008-05-14 | 1 | -4/+4 |
|\ |
|
| * | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 2008-05-05 | 1 | -4/+4 |
* | | fix bsd shell negation | Jeff King | 2008-05-13 | 1 | -1/+1 |
|/ |
|
* | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 1 | -7/+7 |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-03 | 1 | -0/+18 |
|\ |
|
| * | Fix "git-commit -C $tag" | Junio C Hamano | 2008-02-03 | 1 | -0/+18 |
* | | Sane use of test_expect_failure | Junio C Hamano | 2008-02-01 | 1 | -20/+20 |
|/ |
|
* | commit: allow --amend to reuse message from another commit | Junio C Hamano | 2007-12-14 | 1 | -0/+17 |
* | Add tests for pre-commit and commit-msg hooks | Wincent Colaiuta | 2007-12-09 | 1 | -1/+1 |
* | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -0/+27 |
|\ |
|
| * | t7501-commit: Add test for git commit <file> with dirty index. | Kristian Høgsberg | 2007-11-22 | 1 | -0/+10 |
| * | Add testcase for amending and fixing author in git commit. | Kristian Høgsberg | 2007-11-22 | 1 | -0/+15 |
* | | git-commit --allow-empty | Junio C Hamano | 2007-12-03 | 1 | -0/+7 |
* | | git-commit: Allow to amend a merge commit that does not change the tree | Johannes Sixt | 2007-12-03 | 1 | -0/+32 |
* | | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 2007-11-24 | 1 | -2/+4 |
|\ \
| |/
|/| |
|
| * | t7501-commit.sh: Not all seds understand option -i | Johannes Sixt | 2007-11-14 | 1 | -2/+4 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-22 | 1 | -0/+0 |
|\ \
| |/
|/| |
|
| * | Make test scripts executable. | Junio C Hamano | 2007-11-22 | 1 | -0/+0 |
* | | Merge branch 'bs/maint-commit-options' | Junio C Hamano | 2007-11-14 | 1 | -0/+10 |
|\ \ |
|
| * | | git-commit: Add tests for invalid usage of -a/--interactive with paths | Björn Steinbrink | 2007-11-12 | 1 | -0/+10 |
| |/ |
|
| * | git-commit: partial commit of paths only removed from the index | Junio C Hamano | 2007-09-17 | 1 | -2/+13 |
| * | git-commit: Allow partial commit of file removal. | Junio C Hamano | 2007-09-17 | 1 | -0/+21 |
* | | git-commit: a bit more tests | Junio C Hamano | 2007-11-10 | 1 | -0/+69 |
* | | git-commit: partial commit of paths only removed from the index | Junio C Hamano | 2007-09-14 | 1 | -2/+13 |
* | | git-commit: Allow partial commit of file removal. | Junio C Hamano | 2007-09-12 | 1 | -0/+21 |
|/ |
|
* | git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F. | Junio C Hamano | 2007-08-01 | 1 | -3/+3 |
* | Add test case for basic commit functionality. | Kristian Høgsberg | 2007-07-31 | 1 | -0/+134 |