From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) From: Jeff Sickel In-Reply-To: <201503191609.t2JG9KwH011496@freefriends.org> Date: Thu, 19 Mar 2015 12:00:13 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <45675E46-C464-409B-B75D-DC4C2A3D50AC@corpus-callosum.com> References: <201503112030.t2BKU71p008530@skeeve.com> <7B7A4AC6-02F2-4A28-AE1F-7D43B0494706@quintile.net> <955bc2dbc48c0ff6be29118880549364@brasstown.quanstro.net> <20150313181933.Horde.3OjxgyjF1TsOiSPwmslFLg1@ssl.eumx.net> <201503191609.t2JG9KwH011496@freefriends.org> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] using git Topicbox-Message-UUID: 4a8a35f0-ead9-11e9-9d60-3106f5b1d025 > On Mar 19, 2015, at 11:09 AM, arnold@skeeve.com wrote: >=20 > I know some real git fanatics. I'm not one, but I am a "fan". :-) >=20 > I'll be happy to continue a discussion with you offline, if you wish. Don=E2=80=99t worry Arnold, I=E2=80=99ve been using source control = systems for decades and have used git since the early days. I=E2=80=99m glad it finally dropped the = 'git-pull=E2=80=99 syntax for the cleaner (clearer|easier ?) to type =E2=80=98git pull=E2=80=99 = implementation. If git is the only DVCS tool you=E2=80=99ve used it wouldn=E2=80=99t hurt giving = darcs or hg a cursory review to gain an understanding of alternative ways to slice the pie. That said, James did have an early port of hg-git and I=E2=80=99ve = gotten close to getting a new version working with the Python 2.7.x build. Uriel left git 1.5.6 = in his contrib built for 386. Unfortunately, Uriel didn=E2=80=99t leave build = or install instruction and his version is highly dependent on APE with all the whacked sh and = perl scripts of=20 git-wrappers needing to go in /usr/glenda/share/git-core/templates or = somewhere, so I=E2=80=99ve never used it. If someone were to take on a fresh git port, it should definitely = include a mkfile because that git/git/Makefile will take too long to parse and sort out = the mess to get everything up and running on Plan 9. -jas