Snippets

Kamil Banach commiter date = author date

Created by Kamil Banach
git filter-branch --commit-filter 'export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"; export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"; export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"; git commit-tree "$@"' -- START..HEAD

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.