Quickly rewrite git repository history (filter-branch replacement)
Go to file
Elijah Newren 28cc91054e filter-repo: fix handling of ids of blobs and commits
My prior handlings of marks would only work if there were not additions
or removals from the fast-export stream.  Further, I referred to these as
marks even though I really only accept idnum values, not sha1s or anything
else.  So, now I refer to these as ids everywhere, and I am much more
careful in my handling of ids.

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-02-09 14:39:57 -08:00
git-filter-repo filter-repo: fix handling of ids of blobs and commits 2019-02-09 14:39:57 -08:00