From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dalaran.tastycake.net (dalaran.tastycake.net [IPv6:2001:ba8:0:1c0::1:1]) by sourceware.org (Postfix) with ESMTPS id 89CBF3858C51 for ; Sun, 26 Jun 2022 18:52:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 89CBF3858C51 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: from b.8.0.0.8.9.b.0.2.f.0.9.2.a.d.b.d.a.0.2.5.1.e.d.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:de15:20ad:bda2:90f2:b98:8b] helo=lucy.dinwoodie.org) by dalaran.tastycake.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5XNA-0004oF-2s for cygwin-announce@cygwin.com; Sun, 26 Jun 2022 19:52:40 +0100 Received: from adam by lucy.dinwoodie.org with local (Exim 4.94.2) (envelope-from ) id 1o5XN8-00BGIN-Hw for cygwin-announce@cygwin.com; Sun, 26 Jun 2022 19:52:38 +0100 Date: Sun, 26 Jun 2022 19:52:38 +0100 From: Adam Dinwoodie To: cygwin-announce@cygwin.com Subject: New package: git-filter-repo v2.34.0-1 Message-ID: <20220626185238.twfx5kz3lf22pze3@lucy.dinwoodie.org> Reply-To: cygwin@cygwin.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Read-only mailing list announcing new and updated Cygwin packages List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2022 18:52:43 -0000 git-filter-repo v2.34.0-1 has been uploaded, and should be coming soon to a mirror near you. >From the upstream project description: > git filter-repo is a versatile tool for rewriting history, which > includes capabilities I have 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. Thanks to James Morris who did most of the packaging work here; I just stepped in to complete the final few bits :)