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/t7500
diff options
context:
space:
mode:
authorBoris Faure <billiob@gmail.com>2011-05-08 14:31:02 +0400
committerJunio C Hamano <gitster@pobox.com>2011-05-11 22:20:28 +0400
commit8b1ae678a33e2d1ccf3080977b692a59acad9b50 (patch)
treeac17ff9704b6f87743f804cebc4485cf11a04d66 /t/t7500
parent4c007ae8351a0a2beba57e2930ed21aed141e51e (diff)
Do not strip empty lines / trailing spaces from a commit message template
Templates should be just that: A form that the user fills out, and forms have blanks. If people are attached to not having extra whitespace in the editor, they can simply clean up their templates. Added test with editor adding even more whitespace. Signed-off-by: Boris Faure <billiob@gmail.com> Based-on-patch-by:Sebastian Schuberth <sschuberth@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7500')
-rwxr-xr-xt/t7500/add-whitespaced-content8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t7500/add-whitespaced-content b/t/t7500/add-whitespaced-content
new file mode 100755
index 0000000000..ccf07c61a4
--- /dev/null
+++ b/t/t7500/add-whitespaced-content
@@ -0,0 +1,8 @@
+#!/bin/sh
+sed -e 's/|$//' >>"$1" <<\EOF
+
+ |
+commit message |
+
+EOF
+exit 0