When overwriting the history of the Git repository, how do you delete statements (created with git commit -sor git commit --signoff)?
git filter-branch commit-filterapparently only supports the variables used git commit-tree:
GIT_AUTHOR_NAME
GIT_AUTHOR_EMAIL
GIT_AUTHOR_DATE
GIT_COMMITTER_NAME
GIT_COMMITTER_EMAIL
GIT_COMMITTER_DATE
EMAIL
source
share