Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-07-28 23:17:57 +0300
committerJunio C Hamano <gitster@pobox.com>2021-07-28 23:17:57 +0300
commit14793a4e37341950dc338ea7a7dbc05db37f5e9e (patch)
treecd73967a9ac8456214b594290f18b4c8fc7cec99 /t
parent1e893a1216a1eec0e5e28e0a26098354e4d5a909 (diff)
parent6f70f00b4f94c036767cbe0f4cd23db573a4e8ba (diff)
Merge branch 'hj/commit-allow-empty-message'
"git commit --allow-empty-message" won't abort the operation upon an empty message, but the hint shown in the editor said otherwise. * hj/commit-allow-empty-message: commit: remove irrelavent prompt on `--allow-empty-message` commit: reorganise commit hint strings
Diffstat (limited to 't')
-rwxr-xr-xt/t7500-commit-template-squash-signoff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7500-commit-template-squash-signoff.sh b/t/t7500-commit-template-squash-signoff.sh
index 7d02f79c0d..54c2082acb 100755
--- a/t/t7500-commit-template-squash-signoff.sh
+++ b/t/t7500-commit-template-squash-signoff.sh
@@ -498,7 +498,7 @@ test_expect_success 'invalid message options when using --fixup' '
cat >expected-template <<EOF
# Please enter the commit message for your changes. Lines starting
-# with '#' will be ignored, and an empty message aborts the commit.
+# with '#' will be ignored.
#
# Author: A U Thor <author@example.com>
#