From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 2 Oct 2015 17:23:19 +0200 From: Steffen Nurpmeso To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-ID: <20151002152319.PJ7TA0-rH%sdaoden@yandex.com> References: <20150929194253.GC57214@wopr.sciops.net> <950857732c74f611ab0f684badc7d987@brasstown.quanstro.net> In-Reply-To: User-Agent: s-nail v14.8.5-85-g582022e MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] off topic - a good Git reference Topicbox-Message-UUID: 6eaaf258-ead9-11e9-9d60-3106f5b1d025 Jeff Sickel wrote: |> On Sep 30, 2015, at 2:59 AM, Charles Forsyth rsyth@gmail.com> wrote: |>=20 |> Here's a small but representative example. | |That=E2=80=99s just an example of a C file. The joy of Git is the\ | rest of the requirements to actually use it: | |- bash Isn't a POSIX shell enough for the core? I only have mksh at hand as an alternative right now, but that looks good (on my old box i think that was /bin/sh, too): ?0[sdaoden@wales git.git-no_reduce]$ for i in *.sh; do mksh -n $i;done ?0[sdaoden@wales git.git-no_reduce]$ |- perl5 That seems to have been a temporary oops from a Mr. Eric Sunshine who messed up git(1) circa at the end of June; i've ran into this, but someone else just did one or two days before me (in august?), so this really was the replacement of a working sh/sed/awk thing with the same in perl, blowing the NO_PERL configuration option for two months (and multiple releases). The shown git reference is really nice and really, really nice to look at; i've thrown away my progit chapters 6 and 9 (or so). --steffen