Code

Merge v1.7.10-rc0 for git l10n update
[git.git] / Documentation / git-relink.txt
index 25ff8f9dcbe0db52675338f1429e9169052b9cf1..3b33c995103060e97977e2977d8114389a29ae3c 100644 (file)
@@ -7,7 +7,8 @@ git-relink - Hardlink common objects in local repositories
 
 SYNOPSIS
 --------
-'git relink' [--safe] <dir> [<dir>]\* <master_dir>
+[verse]
+'git relink' [--safe] <dir>... <master_dir>
 
 DESCRIPTION
 -----------
@@ -24,14 +25,6 @@ OPTIONS
 <dir>::
        Directories containing a .git/objects/ subdirectory.
 
-Author
-------
-Written by Ryan Anderson <ryan@michonline.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
-
 GIT
 ---
 Part of the linkgit:git[1] suite