diff options
author | Pat Notz <patnotz@gmail.com> | 2010-11-02 13:59:12 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-04 13:53:36 -0700 |
commit | 7951bd3029a849411181935f84600ddbcd97cd0c (patch) | |
tree | 4cf3b80be4a836ee0a9499bd6dfeec0a45214415 /t/t3900-i18n-commit.sh | |
parent | 89ac1223c08a19a83f6efb32234ed8665d5ad1ee (diff) | |
download | git-7951bd3029a849411181935f84600ddbcd97cd0c.tar.gz |
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/t3900-i18n-commit.sh')
-rwxr-xr-x | t/t3900-i18n-commit.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t3900-i18n-commit.sh b/t/t3900-i18n-commit.sh index f4775ee285..c06a5ee766 100755 --- a/t/t3900-i18n-commit.sh +++ b/t/t3900-i18n-commit.sh @@ -160,4 +160,6 @@ test_commit_autosquash_flags () { test_commit_autosquash_flags eucJP fixup +test_commit_autosquash_flags ISO-2022-JP squash '-m "squash message"' + test_done |