summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-12-01 17:04:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-01 17:04:41 (GMT)
commit3288d99c92b03e9488289ddf1f687d5758e15a50 (patch)
tree7d589e4359d26a7709ed3d51c3dbd3adae4c521e /INSTALL
parent4775e02a5c18f0fa4380283554f06265b9405eb1 (diff)
parent932757b0cc3e9386ae3441b342edddf1ca271f62 (diff)
downloadgit-3288d99c92b03e9488289ddf1f687d5758e15a50.zip
git-3288d99c92b03e9488289ddf1f687d5758e15a50.tar.gz
git-3288d99c92b03e9488289ddf1f687d5758e15a50.tar.bz2
Merge branch 'ar/install-doc-update-cmds-needing-the-shell'
Doc update. * ar/install-doc-update-cmds-needing-the-shell: INSTALL: use existing shell scripts as example
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index e7ff0a8..22c364f 100644
--- 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",