smourph
4/12/2016 - 1:50 PM

Git rebase without changing commit timestamps

Git rebase without changing commit timestamps

git rebase
#THEN
git filter-branch --env-filter 'GIT_COMMITTER_DATE=$GIT_AUTHOR_DATE; export GIT_COMMITTER_DATE'

#OR
git rebase --committer-date-is-author-date