]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-update-server-info.txt
Documentation: HTTP needs update-server-info.
[thirdparty/git.git] / Documentation / git-update-server-info.txt
index 527fb303ebc57a089c5265b66f9f800d3cf48b81..88a03c7c5ed4935fc10764d0f56326f0436a6f26 100644 (file)
@@ -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