summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-09-03 09:43:08 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-09-03 09:43:08 -0700
commit79b4fde573eb5e86a8109d100ad182be1eb5fc54 (patch)
treec680b4aa0bafc8424889789b494bfecf1f2c74b7
parentMerge branch 'maint' (diff)
parentMerge branch 'maint-1.6.3' into maint (diff)
downloadtgif-79b4fde573eb5e86a8109d100ad182be1eb5fc54.tar.xz
Merge branch 'maint'
* maint: git-clone: add missing comma in --reference documentation
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 88ea272ee5..2e0785e1de 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -84,7 +84,7 @@ its source repository, you can simply run `git repack -a` to copy all
objects from the source repository into a pack in the cloned repository.
--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