From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <35E81634-8169-4E42-950D-612836BC6668@gmail.com> References: <35E81634-8169-4E42-950D-612836BC6668@gmail.com> From: Dave MacFarlane Date: Thu, 17 Nov 2016 11:16:20 -0500 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Plan 9 5th Edition Topicbox-Message-UUID: ac21a500-ead9-11e9-9d60-3106f5b1d025 On Wed, Nov 16, 2016 at 6:53 PM, Chris McGee wrote: > For git, there's a wrapper script for github and others. But yes, a fuller > featured git would be good. There are some projects trying to do that in Go. > Maybe that'll work someday. I know I started a really half-assed, wholly-abandoned implementation here: https://github.com/driusan/go-git when I was starting to learn Go so that I could fix a bug in some of my code on Plan 9 (eventually I just made the change, tested it, and copied the file to a supported git platform over drawterm, and commited it from there..) Who else is trying to do it? - Dave