summaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
AgeCommit message (Expand)Author
2016-05-23Merge branch 'ss/commit-dry-run-resolve-merge-to-no-op'Junio C Hamano
2016-04-07commit: do not ignore an empty message given by -m ''Jeff King
2016-04-07commit: --amend -m '' silently fails to wipe messageAdam Dinwoodie
2016-02-17wt-status.c: set commitable bit if there is a meaningful merge.Stephen P. Smith
2014-05-02commit: accept more date formats for "--date"Jeff King
2014-05-02commit: print "Date" line when the user has set dateJeff King
2014-02-24demonstrate git-commit --dry-run exit code behaviourTay Ray Chuan
2014-01-23t7501: fix "empty commit" test with NO_PERLJeff King
2013-08-25Make test "using invalid commit with -C" more strictKacper Kornet
2013-06-02Test 'commit --only' after 'checkout --orphan'Thomas Rast
2012-07-16Merge branch 'jk/maint-commit-amend-only-no-paths'Junio C Hamano
2012-07-16Merge branch 'cw/amend-commit-without-message'Junio C Hamano
2012-07-13Merge branch 'jc/refactor-diff-stdin'Junio C Hamano
2012-07-10commit: fix "--amend --only" with no pathspecJeff King
2012-07-09Allow edit of empty message with commit --amendChris Webb
2012-06-28diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano
2012-03-30commit: rephrase the error when user did not touch templated log messageJunio C Hamano
2012-03-30commit: do not trigger bogus "has templated message edited" checkJunio C Hamano
2012-03-30t7501: test the right kind of breakageJunio C Hamano
2011-12-08test: commit --amend should honor --no-editJonathan Nieder
2011-12-08t7501 (commit): modernize styleJonathan Nieder
2011-12-08test: remove a porcelain test that hard-codes commit namesJonathan Nieder
2011-12-08test: add missing "&&" after echo commandJonathan Nieder
2011-05-16Merge branch 'ci/commit--interactive-atomic'Junio C Hamano
2011-05-10Test atomic git-commit --interactiveConrad Irwin
2011-05-10Allow git commit --interactive with pathsConrad Irwin
2011-05-10t7501.8: feed a meaningful commandJeff King
2011-04-13i18n: use test_i18ngrep in t7501Junio C Hamano
2011-03-10i18n: git-status "Initial commit" messageÆvar Arnfjörð Bjarmason
2010-12-20ident: die on bogus date formatJeff King
2010-03-13commit --amend: copy notes to the new commitThomas Rast
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano
2010-01-14commit: show interesting ident information in summaryJeff King
2009-12-03builtin-commit: add --date optionMiklos Vajna
2009-11-13Do not use VISUAL editor on dumb terminalsJonathan Nieder
2009-10-28commit: More generous accepting of RFC-2822 footer lines.David Brown
2009-04-09tests: skip perl tests if NO_PERL is definedJeff King
2009-01-11t7501-commit.sh: explicitly check that -F prevents invoking the editorAdeodato Simó
2008-09-10t7501: always use test_cmp instead of diffMiklos Vajna
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-14Merge branch 'bd/tests'Junio C Hamano
2008-05-14fix bsd shell negationJeff King
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-03-13add test_cmp function for test scriptsJeff King
2008-02-03Merge branch 'maint'Junio C Hamano
2008-02-03Fix "git-commit -C $tag"Junio C Hamano
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta