Re: [9fans] git9 to tradational interface wrapper for go

2021-02-28 Thread Alex Musolino
> Anyone made any progress writing a wrapper script, like djc's > /rc/bin/git, for ori's git9? Yes. This is what git/compat is for. Just run `git/compat` to spawn a new shell with a 'git' executable in your $path. For example: term% cd path/to/repo term% git/compat term% git version git versio

[9fans] git9 to tradational interface wrapper for go

2021-02-28 Thread Steve Simon
Hi all, Anyone made any progress writing a wrapper script, like djc's /rc/bin/git, for ori's git9? It may seem peverse to replicate Linus's interface (which I don't like), but the go compiler suite expects this interface, so rather than trying to hack go this seems the path of least resistance.