diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:42:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:42:56 -0700 |
commit | bc29df602267b1e5783a93d6ff10909c597e5fdc (patch) | |
tree | 9a8aa80bb683f3943c2d6ea8674f957893b5c0e3 /Documentation/git-clone.txt | |
parent | 82c3e210002d452867a46a9d8806a8aee82ae9d0 (diff) | |
parent | ba7e81430a32614982172c7064c01db43f55b4bb (diff) | |
download | git-bc29df602267b1e5783a93d6ff10909c597e5fdc.tar.gz |
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.txt | 2 |
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 |