Re: [9fans] any git client?

2019-02-03 Thread Skip Tavakkolian
Besides those, David has an rc version: http://9legacy.org/9legacy/tools/git Another alternative, if you have a Plan 9 fileserver, is to import the right hierarchy on Linux using P9P tools and then use git on Linux. On Sun, Feb 3, 2019 at 6:33 AM Mayuresh Kathe wrote: > Is there any Git clien

Re: [9fans] any git client?

2019-02-03 Thread Ori Bernstein
On Sun, 3 Feb 2019 13:19:34 -0600, Sean Hinchee wrote: > There's Ori's git9 wip: https://bitbucket.org/oridb/git9 WIP is the key word. It's not usable (yet). git/clone: basically works, but is missing a bit of code to update branches. git/fs: will serve up commits as an fs, but

Re: [9fans] any git client?

2019-02-03 Thread Steve Simon
i started to look at this, someone gave me their current work which opens .git files, but in reality i use my windows machine (which i use for browsing) to run git. at the risk of being boring, i have a cpu(1) like tool which runs in windows so i can jump to running plan9 commands (e.g. rc(1))

Re: [9fans] any git client?

2019-02-03 Thread Sean Hinchee
There's Ori's git9 wip: https://bitbucket.org/oridb/git9 Sean On 2/3/19 10:36 AM, Chris McGee wrote: There is the beginnings of a client written in Go here that should work in Plan 9. https://github.com/driusan/dgit I have heard rumours of a port libgit2 somewhere. Chris On Feb 3, 2019, a

Re: [9fans] any git client?

2019-02-03 Thread Chris McGee
There is the beginnings of a client written in Go here that should work in Plan 9. https://github.com/driusan/dgit I have heard rumours of a port libgit2 somewhere. Chris > On Feb 3, 2019, at 9:32 AM, Mayuresh Kathe wrote: > > Is there any Git client available under Plan 9? > If not, is ther

[9fans] any git client?

2019-02-03 Thread Mayuresh Kathe
Is there any Git client available under Plan 9? If not, is there a port of "libgit2" available?