summaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add testcase for amending and fixing author in git commit.Kristian Høgsberg2007-11-221-0/+15
* | git-commit --allow-emptyJunio C Hamano2007-12-031-0/+7
* | git-commit: Allow to amend a merge commit that does not change the treeJohannes Sixt2007-12-031-0/+32
* | Merge branch 'js/mingw-fallouts'Junio C Hamano2007-11-241-2/+4
|\ \ | |/ |/|
| * t7501-commit.sh: Not all seds understand option -iJohannes Sixt2007-11-141-2/+4
* | Merge branch 'maint'Junio C Hamano2007-11-221-0/+0
|\ \ | |/ |/|
| * Make test scripts executable.Junio C Hamano2007-11-221-0/+0
* | Merge branch 'bs/maint-commit-options'Junio C Hamano2007-11-141-0/+10
|\ \
| * | git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink2007-11-121-0/+10
| |/
| * git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-171-2/+13
| * git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-171-0/+21
* | git-commit: a bit more testsJunio C Hamano2007-11-101-0/+69
* | git-commit: partial commit of paths only removed from the indexJunio C Hamano2007-09-141-2/+13
* | git-commit: Allow partial commit of file removal.Junio C Hamano2007-09-121-0/+21
|/
* git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano2007-08-011-3/+3
* Add test case for basic commit functionality.Kristian Høgsberg2007-07-311-0/+134