diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:42:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:42:38 -0700 |
commit | ba7e81430a32614982172c7064c01db43f55b4bb (patch) | |
tree | 792ddfb4edb743d79d38b63ce55920b30ea2c9b5 /Documentation/git-clone.txt | |
parent | d2feb01aa580843261c25d8609369d17bcdf6028 (diff) | |
parent | 405923761a8cd12d0047c215b69df9c6aa96723e (diff) | |
download | git-ba7e81430a32614982172c7064c01db43f55b4bb.tar.gz |
Merge branch 'maint-1.6.2' into maint-1.6.3
* maint-1.6.2:
git-clone: add missing comma in --reference documentation
clone: disconnect transport after fetching
Diffstat (limited to 'Documentation/git-clone.txt')
-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 b14de6c407..87c13ab13e 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 |