summaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
AgeCommit message (Expand)Author
2008-02-03Fix "git-commit -C $tag"Junio 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