Add initial support for many promisor remotes
[gitweb.git] / Documentation / git-update-server-info.txt
index 035cc3018f22a9e2669c94f10475624d02f4098a..969bb2e15f1070ddc116b408b1eba9c61d496606 100644 (file)
@@ -8,7 +8,8 @@ git-update-server-info - Update auxiliary info file to help dumb servers
 
 SYNOPSIS
 --------
-'git update-server-info' [--force]
+[verse]
+'git update-server-info'
 
 DESCRIPTION
 -----------
@@ -18,15 +19,6 @@ $GIT_OBJECT_DIRECTORY/info directories to help clients discover
 what references and packs the server has.  This command
 generates such auxiliary files.
 
-
-OPTIONS
--------
-
--f::
---force::
-       Update the info files from scratch.
-
-
 OUTPUT
 ------
 
@@ -38,15 +30,6 @@ what they are for:
 
 * info/refs
 
-
-Author
-------
-Written by Junio C Hamano <gitster@pobox.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano.
-
 GIT
 ---
 Part of the linkgit:git[1] suite