diff options
author | Andrei Rybak <rybak.a.v@gmail.com> | 2019-11-14 18:33:16 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-15 14:57:01 +0900 |
commit | 932757b0cc3e9386ae3441b342edddf1ca271f62 (patch) | |
tree | c190e31884c1c96a81675b910023478ff26384af /INSTALL | |
parent | 5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9 (diff) | |
download | git-932757b0cc3e9386ae3441b342edddf1ca271f62.tar.gz |
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |