Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-09-03 20:43:08 +0400
committerJunio C Hamano <gitster@pobox.com>2009-09-03 20:43:08 +0400
commit79b4fde573eb5e86a8109d100ad182be1eb5fc54 (patch)
treec680b4aa0bafc8424889789b494bfecf1f2c74b7 /Documentation
parent193a5d195ba6b88e0d69f2b81dc4ec878bff8981 (diff)
parentbc29df602267b1e5783a93d6ff10909c597e5fdc (diff)
Merge branch 'maint'
* maint: git-clone: add missing comma in --reference documentation
Diffstat (limited to '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