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.5 required=5.0 tests=DATE_IN_PAST_24_48 autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 22236 invoked from network); 3 Oct 2021 10:56:14 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 3 Oct 2021 10:56:14 -0000 Received: from rpi1.z0.is ([31.37.164.83]) by 4ess; Sun Oct 3 06:49:04 -0400 2021 Message-ID: <4FE67DA9B4E3E0033F249F32AC26D5DB@z0.is> From: Date: Sat, 02 Oct 2021 00:16:36 +0200 To: 9front@9front.org In-Reply-To: <5554A092595925841982BA7338B07EE2@eigenstate.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: module configuration method descriptor Subject: Re: [9front] git/walk: track mode of files in index Reply-To: 9front@9front.org Precedence: bulk > This change adds tracking for the mode of a file into > the index. This seems to work: mode changes are detected by git/walk and git/diff, such as chmod -x/a/l /sys/src/cmd/git/rm. Checking the /.git/index9, the mode now shows up before what was there. I can also commit the changes and git/walk shows the file as 'T' over again after the commit.