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 32008 invoked from network); 24 Sep 2022 14:41:20 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 24 Sep 2022 14:41:20 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Sat Sep 24 10:38:15 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-108-41-152-182.nycmny.fios.verizon.net [108.41.152.182]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 3e1fefc7 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sat, 24 Sep 2022 07:38:13 -0700 (PDT) Message-ID: <4EBB78080D4F00CBC433CA061958F17D@eigenstate.org> To: 9front@9front.org Date: Sat, 24 Sep 2022 10:38:12 -0400 From: ori@eigenstate.org In-Reply-To: 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: non-blocking HTTP over TOR realtime CSS-oriented locator Subject: Re: [9front] git/import: fix handling relative paths Reply-To: 9front@9front.org Precedence: bulk Quoth qwx@sciops.net: > Hello, > > This fixes git/import with relative file names not from the git root: > > ; bind -bc /dist/plan9front / > ; cd /usr/seymour > ; git/import butz > > ... tries to open /butz rather than /usr/seymour/butz. > > Comments? > Yes, go for it.