Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: NEW: devel/git-filter-repo
To:
"Anthony J. Bentley" <bentley@openbsd.org>
Cc:
ports@openbsd.org
Date:
Wed, 10 Jul 2024 09:47:29 +0100

Download raw body.

Thread
OK.

Tests can be made to run easily, just s,bin/bash,bin/sh and
TDEP on devel/py-coverage, and it's probably worth doing.




On 2024/07/10 01:14, Anthony J. Bentley wrote:
> Hi,
> 
> git filter-repo is a versatile tool for rewriting git repository history,
> which includes capabilities not found anywhere else. It roughly falls into
> the same space of tool as git filter-branch but without the capitulation-
> inducing poor performance, with far more capabilities, and with a design
> that scales usability-wise beyond trivial rewriting cases. git filter-repo
> is now recommended by the git project instead of git filter-branch.
> 
> ok?
> 
> -- 
> Anthony J. Bentley