Skip to content

Instantly share code, notes, and snippets.

@fuweid
Forked from bfoz/fixup_committer_date.sh
Created February 20, 2022 10:26
Show Gist options
  • Save fuweid/ff688eae98c5b4b9fedbfab1d750b870 to your computer and use it in GitHub Desktop.
Save fuweid/ff688eae98c5b4b9fedbfab1d750b870 to your computer and use it in GitHub Desktop.
Force GIT_COMMITTER_DATE = GIT_AUTHOR_DATE
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