summaryrefslogtreecommitdiff
path: root/msg-record-original-commit
blob: f5a5d00994d55dc62931ee9dcbdbe93332799acf (plain)
1
2
3
4
5
#!/bin/sh
# commit message filter used with git-filter-branch to record the original commit ID
cat
echo
echo "Originally-Committed-As: $GIT_COMMIT"