Quickly rewrite git repository history (filter-branch replacement)
Go to file
Elijah Newren 86a86fc074 filter-repo: remove the id_offset
Filtering input from multiple repositories can still be done; however, to
avoid overloading of mark numbers, one should pass --export-marks=<file>
to the first git fast-export and pass --import-marks=<file> to the second.

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-02-09 14:42:23 -08:00
git-filter-repo filter-repo: remove the id_offset 2019-02-09 14:42:23 -08:00