summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-09-03 16:42:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-03 16:42:56 (GMT)
commitbc29df602267b1e5783a93d6ff10909c597e5fdc (patch)
tree9a8aa80bb683f3943c2d6ea8674f957893b5c0e3 /Documentation/git-clone.txt
parent82c3e210002d452867a46a9d8806a8aee82ae9d0 (diff)
parentba7e81430a32614982172c7064c01db43f55b4bb (diff)
downloadgit-bc29df602267b1e5783a93d6ff10909c597e5fdc.zip
git-bc29df602267b1e5783a93d6ff10909c597e5fdc.tar.gz
git-bc29df602267b1e5783a93d6ff10909c597e5fdc.tar.bz2
Merge branch 'maint-1.6.3' into maint
* maint-1.6.3: git-clone: add missing comma in --reference documentation git-cvsserver: no longer use deprecated 'git-subcommand' commands clone: disconnect transport after fetching
Diffstat (limited to 'Documentation/git-clone.txt')
-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 2c63a0f..1709a2d 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