summaryrefslogtreecommitdiff
path: root/msg-record-original-commit
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-14 20:00:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-14 20:00:45 -0500
commitf727998817f5473acaa9d6806319bf7e812dc2e1 (patch)
tree714a21a9c2a094cda40c7130a28de9994a777443 /msg-record-original-commit
parent101b4b2920bed595f91b8f2bf07b8b044134d055 (diff)
Rename scripts
Diffstat (limited to 'msg-record-original-commit')
-rwxr-xr-xmsg-record-original-commit4
1 files changed, 4 insertions, 0 deletions
diff --git a/msg-record-original-commit b/msg-record-original-commit
new file mode 100755
index 0000000..cbb96e1
--- /dev/null
+++ b/msg-record-original-commit
@@ -0,0 +1,4 @@
+#!/bin/sh
+# commit message filter used with git-filter-branch to record the original commit ID
+cat
+echo "\nOriginally-Committed-As: $GIT_COMMIT"