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.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 8009 invoked from network); 24 Sep 2022 15:57:51 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 24 Sep 2022 15:57:51 -0000 Received: from wopr.sciops.net ([216.126.196.60]) by 9front; Sat Sep 24 11:54:18 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sciops.net; s=20210706; t=1664034764; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to; bh=qyw278Ws5dzY9HqkgR5VZgOlFDP8OWsumyZghdT25gg=; b=PGQ6daC2eWHnTqFsRLftDjZ7aTFqaNjFaUGyh4Dd5nOUjGauFncmEaasn6/c6fo8E9bV/O fEhVOcfhpRC/8g87h2tvR3mEURUTv6ph5lKX0jSAIHUe9eRIORQ7VYsZCHe7JLZExBb9yt t8tCcOwQGvxr5czG3vyfpKEYsv7Qgnk= Received: by wopr.sciops.net (OpenSMTPD) with ESMTPSA id b5155643 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for <9front@9front.org>; Sat, 24 Sep 2022 08:52:43 -0700 (PDT) Message-ID: Date: Sat, 24 Sep 2022 17:54:11 +0200 From: qwx@sciops.net To: 9front@9front.org In-Reply-To: <4EBB78080D4F00CBC433CA061958F17D@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: factory JSON strategy enhancement layer Subject: Re: [9front] git/import: fix handling relative paths Reply-To: 9front@9front.org Precedence: bulk On Sat Sep 24 16:38:53 +0200 2022, ori@eigenstate.org wrote: > 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. Thanks, pushed. Cheers, qwx