From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <46E7EE42925499BF1B9558D2423340AA@eigenstate.org> <20190708125455.ccc7e65e95c42201d8c601cf@eigenstate.org> <20190712182755.y7jplpxymgoozope@chiron.marchand.ski> <20190721210654.EE6B6406C3@smtp.hushmail.com> <20190725145954.590fe8ef0ed3a09cf3fe32b0@eigenstate.org> In-Reply-To: <20190725145954.590fe8ef0ed3a09cf3fe32b0@eigenstate.org> From: Skip Tavakkolian Date: Mon, 5 Aug 2019 11:43:33 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary="0000000000006fe9ff058f6316e6" Subject: Re: [9fans] Git/fs: Possibly Usable Topicbox-Message-UUID: 034aad5e-eada-11e9-9d60-3106f5b1d025 --0000000000006fe9ff058f6316e6 Content-Type: text/plain; charset="UTF-8" is this an equivalent fix for 9legacy env? (i'm guessing the answer is no) % diff clone /bin/git/clone 75c75 < for(f in `$nl{walk -f $tree | sed 's@^'$tree'/*@@'}){ --- > for(f in `{ifs=$nl walk -f $tree | sed 's@^'$tree'/*@@'}){ also, the earliest reference to `$split{...}` notation i found is in 9atom; can anyone confirm? On Thu, Jul 25, 2019 at 3:01 PM Ori Bernstein wrote: > On Sun, 21 Jul 2019 16:06:54 -0500 > clueelf@tonymendoza.us wrote: > > > Thanks Ori! > > > > I pulled it down today and started using it against a few GitHub repos I > have. For those who are thinking about using it, it only uses 'git' and > 'git+ssh' style URLs, but they work so far without incident. > > > > git/clone git+ssh://git@github.com:tmendoza/9front-user > > > > Once I got keys generated and pushed to github.com, worked just fine. > My updates show up as expected. > > Good to hear! > > -- > Ori Bernstein > > --0000000000006fe9ff058f6316e6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
is this an equivalent fix for 9legacy env?=C2=A0 (i'm = guessing the answer is no)

% diff clone /bin/git/clone75c75
< for(f in `$nl{walk -f $tree | sed 's@^'$tree'= /*@@'}){
---
> for(f in `{ifs=3D$nl walk -f $tree | sed '= ;s@^'$tree'/*@@'}){

also, the earl= iest reference to `$split{...}` notation i found is in 9atom; can anyone co= nfirm?

On Thu, Jul 25, 2019 at 3:01 PM Ori Bernstein <ori@eigenstate.org> wrote:
On Sun, 21 Jul 2019 16:06:54 -05= 00
clueelf@tonymen= doza.us wrote:

> Thanks Ori!
>
> I pulled it down today and started using it against a few GitHub repos= I have.=C2=A0 For those who are thinking about using it, it only uses '= ;git' and 'git+ssh' style URLs, but they work so far without in= cident.=C2=A0
>
> git/clone git+ssh://git@github.com:tmendoza/9front-user
>
> Once I got keys generated and pushed to github.com, worked just fine.=C2= =A0 My updates show up as expected.

Good to hear!

--
Ori Bernstein <o= ri@eigenstate.org>

--0000000000006fe9ff058f6316e6--