9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Alex Musolino <alex@musolino.id.au>
To: 9fans@9fans.net
Subject: Re: [9fans] git9 to tradational interface wrapper for go
Date: Sun, 28 Feb 2021 21:47:23 +1030	[thread overview]
Message-ID: <525B7D4079403075D4AD74008DFBF24D@musolino.id.au> (raw)
In-Reply-To: <d8bc877422fc955ea9623c876a9e6a52@quintile.net>

> 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 version 2.2.0
term% git pull
fetching...
indexing 223 objects: 100%
ours: 721e8fbc985b46b86e0f82ea79c35e977e382c53
theirs: a18673d25a46c235289eb9b5748af1eb4ecd7170
common: 221e7c96b417e63b291f83714d9dbcbb253a2e4b
git/merge remotes/origin/master
term% 


------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/Tecc998fe02d53302-Mf9c43fedab579263ec2d1354
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

      reply	other threads:[~2021-02-28 11:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-28 11:02 Steve Simon
2021-02-28 11:17 ` Alex Musolino [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=525B7D4079403075D4AD74008DFBF24D@musolino.id.au \
    --to=alex@musolino.id.au \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).