Forked from bfoz/fixup_committer_date.sh
Last active
December 13, 2015 13:13
Star
You must be signed in to star a gist
force GIT_COMMITTER_DATE = GIT_AUTHOR_DATE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment