summaryrefslogtreecommitdiff
path: root/msg-record-original-commit
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-14 20:34:23 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-14 20:34:40 -0500
commit44cacd6b1cee00c3326d28bffdf18df0356b7204 (patch)
tree9599befa07f06275d4820e5f1bbebb77dd6ec62d /msg-record-original-commit
parentf727998817f5473acaa9d6806319bf7e812dc2e1 (diff)
Make them my own.
Diffstat (limited to 'msg-record-original-commit')
-rwxr-xr-xmsg-record-original-commit3
1 files changed, 2 insertions, 1 deletions
diff --git a/msg-record-original-commit b/msg-record-original-commit
index cbb96e1..f5a5d00 100755
--- a/msg-record-original-commit
+++ b/msg-record-original-commit
@@ -1,4 +1,5 @@
#!/bin/sh
# commit message filter used with git-filter-branch to record the original commit ID
cat
-echo "\nOriginally-Committed-As: $GIT_COMMIT"
+echo
+echo "Originally-Committed-As: $GIT_COMMIT"