summaryrefslogtreecommitdiff
path: root/t/t7500
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-01-20 17:07:04 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-01-20 17:07:04 -0800
commit28f04f34636f46f7848be9ce9b36cec6d3554f32 (patch)
treec4cb95bf6aaca52f84c675a90dae539941bd162c /t/t7500
parentMerge branch 'ap/log-mailmap' (diff)
parentcommit: make default of "cleanup" option configurable (diff)
downloadtgif-28f04f34636f46f7848be9ce9b36cec6d3554f32.tar.xz
Merge branch 'rt/commit-cleanup-config'
Add a configuration variable to set default clean-up mode other than "strip". * rt/commit-cleanup-config: commit: make default of "cleanup" option configurable
Diffstat (limited to 't/t7500')
-rwxr-xr-xt/t7500/add-content-and-comment5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t7500/add-content-and-comment b/t/t7500/add-content-and-comment
new file mode 100755
index 0000000000..c4dccff13a
--- /dev/null
+++ b/t/t7500/add-content-and-comment
@@ -0,0 +1,5 @@
+#!/bin/sh
+echo "commit message" >> "$1"
+echo "# comment" >> "$1"
+exit 0
+