summaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* commit: do not ignore an empty message given by -m ''ad/commit-have-m-optionJeff King2016-04-071-3/+3
* commit: --amend -m '' silently fails to wipe messageAdam Dinwoodie2016-04-071-0/+20
* commit: accept more date formats for "--date"Jeff King2014-05-021-2/+10
* commit: print "Date" line when the user has set dateJeff King2014-05-021-0/+5
* demonstrate git-commit --dry-run exit code behaviourtc/commit-dry-run-exit-status-testsTay Ray Chuan2014-02-241-0/+36
* t7501: fix "empty commit" test with NO_PERLJeff King2014-01-231-0/+1
* Make test "using invalid commit with -C" more strictKacper Kornet2013-08-241-1/+1
* Test 'commit --only' after 'checkout --orphan'Thomas Rast2013-06-021-0/+13
* Merge branch 'jk/maint-commit-amend-only-no-paths'Junio C Hamano2012-07-151-0/+10
|\
| * commit: fix "--amend --only" with no pathspecJeff King2012-07-101-0/+10
* | Merge branch 'cw/amend-commit-without-message'Junio C Hamano2012-07-151-0/+15
|\ \
| * | Allow edit of empty message with commit --amendChris Webb2012-07-091-0/+15
* | | Merge branch 'jc/refactor-diff-stdin'Junio C Hamano2012-07-131-0/+12
|\ \ \
| * | | diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-281-0/+12
* | | | commit: rephrase the error when user did not touch templated log messageJunio C Hamano2012-03-301-0/+6
* | | | commit: do not trigger bogus "has templated message edited" checkJunio C Hamano2012-03-301-0/+6
* | | | t7501: test the right kind of breakageJunio C Hamano2012-03-301-0/+2
| |/ / |/| |
* | | test: commit --amend should honor --no-editjc/commit-amend-no-editJonathan Nieder2011-12-081-0/+40
* | | t7501 (commit): modernize styleJonathan Nieder2011-12-081-133/+127
* | | test: remove a porcelain test that hard-codes commit namesJonathan Nieder2011-12-081-20/+0
* | | test: add missing "&&" after echo commandJonathan Nieder2011-12-081-6/+7
|/ /
* | Merge branch 'ci/commit--interactive-atomic'Junio C Hamano2011-05-161-4/+17
|\ \
| * | Test atomic git-commit --interactiveConrad Irwin2011-05-101-0/+10
| * | Allow git commit --interactive with pathsConrad Irwin2011-05-091-2/+3
| * | t7501.8: feed a meaningful commandJeff King2011-05-091-4/+6
* | | i18n: use test_i18ngrep in t7501Junio C Hamano2011-04-131-3/+4
|/ /
* | i18n: git-status "Initial commit" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+5
* | ident: die on bogus date formatJeff King2010-12-201-0/+4
* | commit --amend: copy notes to the new commitThomas Rast2010-03-121-0/+12
|/
* Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-201-1/+5
|\
| * commit: show interesting ident information in summaryJeff King2010-01-141-1/+5
* | builtin-commit: add --date optionMiklos Vajna2009-12-031-0/+15
|/
* Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-131-4/+4
* commit: More generous accepting of RFC-2822 footer lines.David Brown2009-10-281-0/+41
* tests: skip perl tests if NO_PERL is definedJeff King2009-04-081-2/+2
* t7501-commit.sh: explicitly check that -F prevents invoking the editorAdeodato Simó2009-01-101-0/+20
* t7501: always use test_cmp instead of diffMiklos Vajna2008-09-101-6/+6
* tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi2008-09-031-24/+24
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-9/+9
* Merge branch 'bd/tests'Junio C Hamano2008-05-141-4/+4
|\
| * Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-4/+4
* | fix bsd shell negationJeff King2008-05-131-1/+1
|/
* add test_cmp function for test scriptsJeff King2008-03-131-7/+7
* Merge branch 'maint'Junio C Hamano2008-02-031-0/+18
|\
| * Fix "git-commit -C $tag"Junio C Hamano2008-02-031-0/+18
* | Sane use of test_expect_failureJunio C Hamano2008-02-011-20/+20
|/
* commit: allow --amend to reuse message from another commitJunio C Hamano2007-12-141-0/+17
* Add tests for pre-commit and commit-msg hooksWincent Colaiuta2007-12-091-1/+1
* Merge branch 'kh/commit'Junio C Hamano2007-12-041-0/+27
|\
| * t7501-commit: Add test for git commit <file> with dirty index.Kristian Høgsberg2007-11-221-0/+10