Merge branch 'jc/maint-smart-http-race-upload-pack'
[gitweb.git] / Documentation / git-update-server-info.txt
index 010241082111c0650f063844b34e8c9d9616433f..bd0e36492fa0f7b8a8a4707c2ac7db461fcc74c8 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' [--force]
 
 DESCRIPTION
 -----------
@@ -38,21 +39,6 @@ what they are for:
 
 * info/refs
 
-
-BUGS
-----
-When you remove an existing ref, the command fails to update
-info/refs file unless `--force` flag is given.
-
-
-Author
-------
-Written by Junio C Hamano <junkio@cox.net>
-
-Documentation
---------------
-Documentation by Junio C Hamano.
-
 GIT
 ---
 Part of the linkgit:git[1] suite