diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-09-03 13:24:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:41:56 -0700 |
commit | 405923761a8cd12d0047c215b69df9c6aa96723e (patch) | |
tree | ae86fb722409679313f8764cc6b73f99d95b3731 | |
parent | 12d4996622f524e61cbf855b32600150a8c94c02 (diff) | |
download | git-405923761a8cd12d0047c215b69df9c6aa96723e.tar.gz git-405923761a8cd12d0047c215b69df9c6aa96723e.tar.xz |
git-clone: add missing comma in --reference documentation
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-clone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 4072f40d7..0c7486d78 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -76,7 +76,7 @@ then the cloned repository will become corrupt. --reference <repository>:: - 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 |