Merge branch 'jm/maint-gitweb-filter-forks-fix'
[gitweb.git] / Documentation / git-peek-remote.txt
index 3fb17f9d7f10fab15c31066e64d93e8c66d5c510..87ea3fb05418f858ed3aac3d34eceb371bc0e07f 100644 (file)
@@ -8,11 +8,12 @@ git-peek-remote - List the references in a remote repository
 
 SYNOPSIS
 --------
-'git-peek-remote' [--upload-pack=<git-upload-pack>] [<host>:]<directory>
+[verse]
+'git peek-remote' [--upload-pack=<git-upload-pack>] [<host>:]<directory>
 
 DESCRIPTION
 -----------
-This command is deprecated; use `git-ls-remote` instead.
+This command is deprecated; use 'git ls-remote' instead.
 
 OPTIONS
 -------
@@ -37,14 +38,6 @@ OPTIONS
        The repository to sync from.
 
 
-Author
-------
-Written by Junio C Hamano <gitster@pobox.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano.
-
 GIT
 ---
 Part of the linkgit:git[1] suite