aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-update-server-info.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-17 11:39:39 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-17 11:39:39 -0800
commit80248b2e4888a05adcb903f53af84ee513d22245 (patch)
tree8766b8a2833a897dcc6566ba1587b897230391df /Documentation/git-update-server-info.txt
parent01385e275828c1116ea9bfcf827f82f450ee8f5f (diff)
downloadgit-80248b2e4888a05adcb903f53af84ee513d22245.tar.gz
git-80248b2e4888a05adcb903f53af84ee513d22245.tar.xz
Documentation: HTTP needs update-server-info.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-update-server-info.txt')
-rw-r--r--Documentation/git-update-server-info.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-update-server-info.txt b/Documentation/git-update-server-info.txt
index 527fb303e..88a03c7c5 100644
--- a/Documentation/git-update-server-info.txt
+++ b/Documentation/git-update-server-info.txt
@@ -12,11 +12,11 @@ SYNOPSIS
DESCRIPTION
-----------
-A dumb server that does not do on-the-fly pack generations can
+A dumb server that does not do on-the-fly pack generations must
have some auxiliary information files in $GIT_DIR/info and
$GIT_OBJECT_DIRECTORY/info directories to help clients discover
-what references and packs the server has and make optimized
-pull decisions. This command generates such auxiliary files.
+what references and packs the server has. This command
+generates such auxiliary files.
OPTIONS