Skip to content

Commit 932757b

Browse files
rybakgitster
authored andcommitted
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]: b145660 (pull: remove redirection to git-pull.sh, 2015-06-18) Signed-off-by: Andrei Rybak <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit 932757b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Issues of note:
116116

117117
- "ssh" is used to push and pull over the net.
118118

119-
- A POSIX-compliant shell is required to run many scripts needed
120-
for everyday use (e.g. "bisect", "pull").
119+
- A POSIX-compliant shell is required to run some scripts needed
120+
for everyday use (e.g. "bisect", "request-pull").
121121

122122
- "Perl" version 5.8 or later is needed to use some of the
123123
features (e.g. preparing a partial commit using "git add -i/-p",

0 commit comments

Comments
 (0)