summaryrefslogtreecommitdiff
path: root/Documentation/git-relink.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-relink.txt')
-rw-r--r--Documentation/git-relink.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/Documentation/git-relink.txt b/Documentation/git-relink.txt
index 8fc809f82b..3b33c99510 100644
--- a/Documentation/git-relink.txt
+++ b/Documentation/git-relink.txt
@@ -7,6 +7,7 @@ git-relink - Hardlink common objects in local repositories
SYNOPSIS
--------
+[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