summaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
AgeCommit message (Expand)Author
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
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-03git-commit --allow-emptyJunio C Hamano
2007-12-03git-commit: Allow to amend a merge commit that does not change the treeJohannes Sixt
2007-11-25Merge branch 'js/mingw-fallouts'Junio C Hamano
2007-11-23t7501-commit: Add test for git commit <file> with dirty index.Kristian Høgsberg
2007-11-23Add testcase for amending and fixing author in git commit.Kristian Høgsberg
2007-11-23Merge branch 'maint'Junio C Hamano
2007-11-23Make test scripts executable.Junio C Hamano
2007-11-14t7501-commit.sh: Not all seds understand option -iJohannes Sixt
2007-11-14Merge branch 'bs/maint-commit-options'Junio C Hamano
2007-11-13git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink
2007-11-10git-commit: a bit more testsJunio C Hamano
2007-09-18git-commit: partial commit of paths only removed from the indexJunio C Hamano
2007-09-18git-commit: Allow partial commit of file removal.Junio C Hamano
2007-09-14git-commit: partial commit of paths only removed from the indexJunio C Hamano
2007-09-12git-commit: Allow partial commit of file removal.Junio C Hamano
2007-08-02git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano
2007-08-01Add test case for basic commit functionality.Kristian Høgsberg