Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | Merge branch 'ss/wt-status-committable' | Junio C Hamano | 1 | -2/+8 |
2018-09-17 | Merge branch 'jk/trailer-fixes' | Junio C Hamano | 1 | -0/+16 |
2018-09-07 | wt-status.c: set the committable flag in the collect phase | Stephen P. Smith | 1 | -3/+3 |
2018-09-07 | t7501: add test of "commit --dry-run --short" | Stephen P. Smith | 1 | -0/+6 |
2018-08-27 | Merge branch 'sg/t7501-thinkofix' | Junio C Hamano | 1 | -1/+1 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -4/+2 |
2018-08-23 | sequencer: ignore "---" divider when parsing trailers | Jeff King | 1 | -0/+16 |
2018-08-22 | t7501-commit: drop silly command substitution | SZEDER Gábor | 1 | -1/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -4/+2 |
2018-07-16 | t7000-t7999: fix broken &&-chains | Eric Sunshine | 1 | -26/+26 |
2018-07-03 | t: use test_write_lines() instead of series of 'echo' commands | Eric Sunshine | 1 | -2/+2 |
2018-04-05 | commit: allow partial commits with relative paths | Brandon Williams | 1 | -0/+12 |
2017-06-21 | status: contextually notify user about an initial commit | Kaartic Sivaraam | 1 | -1/+1 |
2016-12-19 | Merge branch 'ak/commit-only-allow-empty' | Junio C Hamano | 1 | -0/+9 |
2016-12-05 | commit: make --only --allow-empty work without paths | Andreas Krey | 1 | -0/+9 |
2016-11-29 | sequencer: use trailer's trailer layout | Jonathan Tan | 1 | -0/+36 |
2016-05-23 | Merge branch 'ss/commit-dry-run-resolve-merge-to-no-op' | Junio C Hamano | 1 | -0/+20 |
2016-04-07 | commit: do not ignore an empty message given by -m '' | Jeff King | 1 | -3/+3 |
2016-04-07 | commit: --amend -m '' silently fails to wipe message | Adam Dinwoodie | 1 | -0/+20 |
2016-02-17 | wt-status.c: set commitable bit if there is a meaningful merge. | Stephen P. Smith | 1 | -0/+20 |
2014-05-02 | commit: accept more date formats for "--date" | Jeff King | 1 | -2/+10 |
2014-05-02 | commit: print "Date" line when the user has set date | Jeff King | 1 | -0/+5 |
2014-02-24 | demonstrate git-commit --dry-run exit code behaviour | Tay Ray Chuan | 1 | -0/+36 |
2014-01-23 | t7501: fix "empty commit" test with NO_PERL | Jeff King | 1 | -0/+1 |
2013-08-24 | Make test "using invalid commit with -C" more strict | Kacper Kornet | 1 | -1/+1 |
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 |