]> git.ipfire.org Git - thirdparty/git.git/commitdiff
INSTALL: use existing shell scripts as example
authorAndrei Rybak <rybak.a.v@gmail.com>
Thu, 14 Nov 2019 17:33:16 +0000 (18:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Nov 2019 05:57:01 +0000 (14:57 +0900)
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

diff --git a/INSTALL b/INSTALL
index c39006e8e7e5c5be2114b79d50135dc08e3d1aaa..e3170b3cee5bb1e72cfe18a52be54a4ca98ac0d0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -116,8 +116,8 @@ Issues of note:
 
        - "ssh" is used to push and pull over the net.
 
-       - A POSIX-compliant shell is required to run many scripts needed
-         for everyday use (e.g. "bisect", "pull").
+       - A POSIX-compliant shell is required to run some scripts needed
+         for everyday use (e.g. "bisect", "request-pull").
 
        - "Perl" version 5.8 or later is needed to use some of the
          features (e.g. preparing a partial commit using "git add -i/-p",