Quickly rewrite git repository history (filter-branch replacement)
Go to file
Elijah Newren 94f0ccfd80 filter-repo: call everything_callback as necessary, fix commit_callback
The commit_callback call was trying to pass a Reset object, which was
not defined.  Copy-n-paste-n-forget-to-replace isn't good.  Now it passes
a Commit object.

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-02-09 14:39:57 -08:00
git-filter-repo filter-repo: call everything_callback as necessary, fix commit_callback 2019-02-09 14:39:57 -08:00