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:42:56 +0400
committerJunio C Hamano <gitster@pobox.com>2009-09-03 20:42:56 +0400
commitbc29df602267b1e5783a93d6ff10909c597e5fdc (patch)
tree9a8aa80bb683f3943c2d6ea8674f957893b5c0e3 /Documentation
parent82c3e210002d452867a46a9d8806a8aee82ae9d0 (diff)
parentba7e81430a32614982172c7064c01db43f55b4bb (diff)
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')
-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 2c63a0fbae..1709a2dbd0 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