]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7500/add-comments
Teach git-commit about commit message templates.
[thirdparty/git.git] / t / t7500 / add-comments
diff --git a/t/t7500/add-comments b/t/t7500/add-comments
new file mode 100755 (executable)
index 0000000..a72e65c
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo "# this is a new comment" >> "$1"
+echo "# and so is this" >> "$1"
+exit 0