aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7501-commit.sh
AgeCommit message (Expand)AuthorFilesLines
2014-05-02commit: accept more date formats for "--date"Jeff King1-2/+10
2014-05-02commit: print "Date" line when the user has set dateJeff King1-0/+5
2014-02-24demonstrate git-commit --dry-run exit code behaviourTay Ray Chuan1-0/+36
2014-01-23t7501: fix "empty commit" test with NO_PERLJeff King1-0/+1
2013-08-24Make test "using invalid commit with -C" more strictKacper Kornet1-1/+1
2013-06-02Test 'commit --only' after 'checkout --orphan'Thomas Rast1-0/+13
2012-07-15Merge branch 'jk/maint-commit-amend-only-no-paths'Junio C Hamano1-0/+10
2012-07-15Merge branch 'cw/amend-commit-without-message'Junio C Hamano1-0/+15
2012-07-13Merge branch 'jc/refactor-diff-stdin'Junio C Hamano1-0/+12
2012-07-10commit: fix "--amend --only" with no pathspecJeff King1-0/+10
2012-07-09Allow edit of empty message with commit --amendChris Webb1-0/+15
2012-06-28diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano1-0/+12
2012-03-30commit: rephrase the error when user did not touch templated log messageJunio C Hamano1-0/+6
2012-03-30commit: do not trigger bogus "has templated message edited" checkJunio C Hamano1-0/+6
2012-03-30t7501: test the right kind of breakageJunio C Hamano1-0/+2
2011-12-08test: commit --amend should honor --no-editJonathan Nieder1-0/+40
2011-12-08t7501 (commit): modernize styleJonathan Nieder1-133/+127
2011-12-08test: remove a porcelain test that hard-codes commit namesJonathan Nieder1-20/+0
2011-12-08test: add missing "&&" after echo commandJonathan Nieder1-6/+7
2011-05-16Merge branch 'ci/commit--interactive-atomic'Junio C Hamano1-4/+17
2011-05-10Test atomic git-commit --interactiveConrad Irwin1-0/+10
2011-05-09Allow git commit --interactive with pathsConrad Irwin1-2/+3
2011-05-09t7501.8: feed a meaningful commandJeff King1-4/+6
2011-04-13i18n: use test_i18ngrep in t7501Junio C Hamano1-3/+4
2011-03-09i18n: git-status "Initial commit" messageÆvar Arnfjörð Bjarmason1-2/+5
2010-12-20ident: die on bogus date formatJeff King1-0/+4
2010-03-12commit --amend: copy notes to the new commitThomas Rast1-0/+12
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano1-1/+5
2010-01-14commit: show interesting ident information in summaryJeff King1-1/+5
2009-12-03builtin-commit: add --date optionMiklos Vajna1-0/+15
2009-11-13Do not use VISUAL editor on dumb terminalsJonathan Nieder1-4/+4
2009-10-28commit: More generous accepting of RFC-2822 footer lines.David Brown1-0/+41
2009-04-08tests: skip perl tests if NO_PERL is definedJeff King1-2/+2
2009-01-10t7501-commit.sh: explicitly check that -F prevents invoking the editorAdeodato Simó1-0/+20
2008-09-10t7501: always use test_cmp instead of diffMiklos Vajna1-6/+6
2008-09-03tests: use "git xyzzy" form (t7200 - t9001)Nanako Shiraishi1-24/+24
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-9/+9
2008-05-14Merge branch 'bd/tests'Junio C Hamano1-4/+4
2008-05-13fix bsd shell negationJeff King1-1/+1
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-4/+4
2008-03-13add test_cmp function for test scriptsJeff King1-7/+7
2008-02-03Merge branch 'maint'Junio C Hamano1-0/+18
2008-02-03Fix "git-commit -C $tag"Junio C Hamano1-0/+18
2008-02-01Sane use of test_expect_failureJunio C Hamano1-20/+20
2007-12-14commit: allow --amend to reuse message from another commitJunio C Hamano1-0/+17
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta1-1/+1
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-0/+27
2007-12-03git-commit --allow-emptyJunio C Hamano1-0/+7
2007-12-03git-commit: Allow to amend a merge commit that does not change the treeJohannes Sixt1-0/+32
2007-11-24Merge branch 'js/mingw-fallouts'Junio C Hamano1-2/+4
2007-11-22t7501-commit: Add test for git commit <file> with dirty index.Kristian Høgsberg1-0/+10
2007-11-22Add testcase for amending and fixing author in git commit.Kristian Høgsberg1-0/+15
2007-11-22Merge branch 'maint'Junio C Hamano1-0/+0
2007-11-22Make test scripts executable.Junio C Hamano1-0/+0
2007-11-14t7501-commit.sh: Not all seds understand option -iJohannes Sixt1-2/+4
2007-11-14Merge branch 'bs/maint-commit-options'Junio C Hamano1-0/+10
2007-11-12git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink1-0/+10
2007-11-10git-commit: a bit more testsJunio C Hamano1-0/+69
2007-09-17git-commit: partial commit of paths only removed from the indexJunio C Hamano1-2/+13
2007-09-17git-commit: Allow partial commit of file removal.Junio C Hamano1-0/+21
2007-09-14git-commit: partial commit of paths only removed from the indexJunio C Hamano1-2/+13
2007-09-12git-commit: Allow partial commit of file removal.Junio C Hamano1-0/+21
2007-08-01git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano1-3/+3
2007-07-31Add test case for basic commit functionality.Kristian Høgsberg1-0/+134