From 405923761a8cd12d0047c215b69df9c6aa96723e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 3 Sep 2009 13:24:16 +0200 Subject: [PATCH] git-clone: add missing comma in --reference documentation Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- Documentation/git-clone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 4072f40d7a..0c7486d782 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -76,7 +76,7 @@ then the cloned repository will become corrupt. --reference :: - If the reference repository is on the local machine + If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to obtain objects from the reference repository. Using an already existing repository as an alternate will -- 2.11.4.GIT