From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23726 invoked from network); 7 Oct 2022 18:12:14 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 7 Oct 2022 18:12:14 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Fri Oct 7 14:10:44 -0400 2022 Received: from abbatoir (pool-108-27-53-161.nycmny.fios.verizon.net [108.27.53.161]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 4e38f0f8 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Fri, 7 Oct 2022 11:10:43 -0700 (PDT) Message-ID: <62083B502683922F840B7E856C09E3D1@eigenstate.org> To: 9front@9front.org Date: Fri, 07 Oct 2022 14:10:42 -0400 From: ori@eigenstate.org In-Reply-To: <5194B87815F2D38C47BD8A622335E035@mforney.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: webscale hypervisor cache Subject: Re: [9front] [PATCH] git/import: remove removed files from index after commit Reply-To: 9front@9front.org Precedence: bulk Quoth Michael Forney : > > Otherwise, they stick around in the index even though they aren't > present in the checkout or the commit. This causes various git tools > to bail out since they think the tree is dirty. > --- yes please!