summaryrefslogtreecommitdiff
path: root/msg-record-original-commit
diff options
context:
space:
mode:
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"