summaryrefslogtreecommitdiff
path: root/Documentation/git-update-server-info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-update-server-info.txt')
-rw-r--r--Documentation/git-update-server-info.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/Documentation/git-update-server-info.txt b/Documentation/git-update-server-info.txt
index 35d27b0..bd0e364 100644
--- a/Documentation/git-update-server-info.txt
+++ b/Documentation/git-update-server-info.txt
@@ -8,6 +8,7 @@ git-update-server-info - Update auxiliary info file to help dumb servers
SYNOPSIS
--------
+[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 <gitster@pobox.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano.
-
GIT
---
Part of the linkgit:git[1] suite