INSTALL: use existing shell scripts as example
commit932757b0cc3e9386ae3441b342edddf1ca271f62
authorAndrei Rybak <rybak.a.v@gmail.com>
Thu, 14 Nov 2019 17:33:16 +0000 (14 18:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Nov 2019 05:57:01 +0000 (15 14:57 +0900)
treec190e31884c1c96a81675b910023478ff26384af
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
INSTALL: use existing shell scripts as example

Script git-pull.sh has been removed in commit [1].  Use command
"request-pull" as an example of a shell script instead.  Recently, many
of shell script commands have been re-written in C, so tweak the wording
of the sentence, while we're here.

[1]: b1456605c2 (pull: remove redirection to git-pull.sh, 2015-06-18)

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL