diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-20 17:07:04 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-20 17:07:04 -0800 |
commit | 28f04f34636f46f7848be9ce9b36cec6d3554f32 (patch) | |
tree | c4cb95bf6aaca52f84c675a90dae539941bd162c /t/t7500 | |
parent | Merge branch 'ap/log-mailmap' (diff) | |
parent | commit: make default of "cleanup" option configurable (diff) | |
download | tgif-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-x | t/t7500/add-content-and-comment | 5 |
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 + |