Quickly rewrite git repository history (filter-branch replacement)
Go to file
Elijah Newren af081d0fce filter-repo: add automatic rewriting of commit hashes in commit messages
Commit messages often refer to past commits; while rewriting commits we
would also like to update these commit messages to refer to the new
commit names.

In the case that a commit message references another commit which was
dropped by the filtering process, we have no way to rewrite the commit
message to reference a valid commit hash.  Instead of dying, note the
suboptimal commit in the suboptimal-issues file.

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-02-09 14:44:55 -08:00
COPYING filter-repo: add a few documentation files 2019-02-09 14:42:23 -08:00
git-filter-repo filter-repo: add automatic rewriting of commit hashes in commit messages 2019-02-09 14:44:55 -08:00