diff options
author | Pat Notz <patnotz@gmail.com> | 2010-11-02 20:59:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-04 21:53:36 +0100 |
commit | 7951bd3029a849411181935f84600ddbcd97cd0c (patch) | |
tree | 4cf3b80be4a836ee0a9499bd6dfeec0a45214415 /t/t3415-rebase-autosquash.sh | |
parent | commit: --squash option for use with rebase --autosquash (diff) | |
download | git-7951bd3029a849411181935f84600ddbcd97cd0c.tar.xz git-7951bd3029a849411181935f84600ddbcd97cd0c.zip |
add tests of commit --squash
t7500: test expected behavior of commit --squash
t3415: test interaction of commit --squash with rebase --autosquash
t3900: test commit --squash with i18n encodings
Signed-off-by: Pat Notz <patnotz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3415-rebase-autosquash.sh')
-rwxr-xr-x | t/t3415-rebase-autosquash.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t3415-rebase-autosquash.sh b/t/t3415-rebase-autosquash.sh index b77a413b1c..0028533e0b 100755 --- a/t/t3415-rebase-autosquash.sh +++ b/t/t3415-rebase-autosquash.sh @@ -115,4 +115,8 @@ test_expect_success 'use commit --fixup' ' test_auto_commit_flags fixup 1 ' +test_expect_success 'use commit --squash' ' + test_auto_commit_flags squash 2 +' + test_done |