Age | Commit message (Expand) | Author | Files | Lines |
2013-06-02 | Test 'commit --only' after 'checkout --orphan' | Thomas Rast | 1 | -0/+13 |
2012-07-15 | Merge branch 'jk/maint-commit-amend-only-no-paths' | Junio C Hamano | 1 | -0/+10 |
2012-07-15 | Merge branch 'cw/amend-commit-without-message' | Junio C Hamano | 1 | -0/+15 |
2012-07-13 | Merge branch 'jc/refactor-diff-stdin' | Junio C Hamano | 1 | -0/+12 |
2012-07-10 | commit: fix "--amend --only" with no pathspec | Jeff King | 1 | -0/+10 |
2012-07-09 | Allow edit of empty message with commit --amend | Chris Webb | 1 | -0/+15 |
2012-06-28 | diff-index.c: "git diff" has no need to read blob from the standard input | Junio C Hamano | 1 | -0/+12 |
2012-03-30 | commit: rephrase the error when user did not touch templated log message | Junio C Hamano | 1 | -0/+6 |
2012-03-30 | commit: do not trigger bogus "has templated message edited" check | Junio C Hamano | 1 | -0/+6 |
2012-03-30 | t7501: test the right kind of breakage | Junio C Hamano | 1 | -0/+2 |
2011-12-08 | test: commit --amend should honor --no-edit | Jonathan Nieder | 1 | -0/+40 |
2011-12-08 | t7501 (commit): modernize style | Jonathan Nieder | 1 | -133/+127 |
2011-12-08 | test: remove a porcelain test that hard-codes commit names | Jonathan Nieder | 1 | -20/+0 |
2011-12-08 | test: add missing "&&" after echo command | Jonathan Nieder | 1 | -6/+7 |
2011-05-16 | Merge branch 'ci/commit--interactive-atomic' | Junio C Hamano | 1 | -4/+17 |
2011-05-10 | Test atomic git-commit --interactive | Conrad Irwin | 1 | -0/+10 |
2011-05-09 | Allow git commit --interactive with paths | Conrad Irwin | 1 | -2/+3 |
2011-05-09 | t7501.8: feed a meaningful command | Jeff King | 1 | -4/+6 |
2011-04-13 | i18n: use test_i18ngrep in t7501 | Junio C Hamano | 1 | -3/+4 |
2011-03-09 | i18n: git-status "Initial commit" message | Ævar Arnfjörð Bjarmason | 1 | -2/+5 |
2010-12-20 | ident: die on bogus date format | Jeff King | 1 | -0/+4 |
2010-03-12 | commit --amend: copy notes to the new commit | Thomas Rast | 1 | -0/+12 |
2010-01-20 | Merge branch 'jk/warn-author-committer-after-commit' | Junio C Hamano | 1 | -1/+5 |
2010-01-14 | commit: show interesting ident information in summary | Jeff King | 1 | -1/+5 |
2009-12-03 | builtin-commit: add --date option | Miklos Vajna | 1 | -0/+15 |
2009-11-13 | Do not use VISUAL editor on dumb terminals | Jonathan Nieder | 1 | -4/+4 |
2009-10-28 | commit: More generous accepting of RFC-2822 footer lines. | David Brown | 1 | -0/+41 |
2009-04-08 | tests: skip perl tests if NO_PERL is defined | Jeff King | 1 | -2/+2 |
2009-01-10 | t7501-commit.sh: explicitly check that -F prevents invoking the editor | Adeodato Simó | 1 | -0/+20 |
2008-09-10 | t7501: always use test_cmp instead of diff | Miklos Vajna | 1 | -6/+6 |
2008-09-03 | tests: use "git xyzzy" form (t7200 - t9001) | Nanako Shiraishi | 1 | -24/+24 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -9/+9 |
2008-05-14 | Merge branch 'bd/tests' | Junio C Hamano | 1 | -4/+4 |
2008-05-13 | fix bsd shell negation | Jeff King | 1 | -1/+1 |
2008-05-05 | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 1 | -4/+4 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -7/+7 |
2008-02-03 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+18 |
2008-02-03 | Fix "git-commit -C $tag" | Junio C Hamano | 1 | -0/+18 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -20/+20 |
2007-12-14 | commit: allow --amend to reuse message from another commit | Junio C Hamano | 1 | -0/+17 |
2007-12-09 | Add tests for pre-commit and commit-msg hooks | Wincent Colaiuta | 1 | -1/+1 |
2007-12-04 | Merge branch 'kh/commit' | Junio C Hamano | 1 | -0/+27 |
2007-12-03 | git-commit --allow-empty | Junio C Hamano | 1 | -0/+7 |
2007-12-03 | git-commit: Allow to amend a merge commit that does not change the tree | Johannes Sixt | 1 | -0/+32 |
2007-11-24 | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 1 | -2/+4 |
2007-11-22 | t7501-commit: Add test for git commit <file> with dirty index. | Kristian Høgsberg | 1 | -0/+10 |
2007-11-22 | Add testcase for amending and fixing author in git commit. | Kristian Høgsberg | 1 | -0/+15 |
2007-11-22 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+0 |
2007-11-22 | Make test scripts executable. | Junio C Hamano | 1 | -0/+0 |
2007-11-14 | t7501-commit.sh: Not all seds understand option -i | Johannes Sixt | 1 | -2/+4 |