diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:43:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-03 09:43:08 -0700 |
commit | 79b4fde573eb5e86a8109d100ad182be1eb5fc54 (patch) | |
tree | c680b4aa0bafc8424889789b494bfecf1f2c74b7 /Documentation/git-clone.txt | |
parent | 193a5d195ba6b88e0d69f2b81dc4ec878bff8981 (diff) | |
parent | bc29df602267b1e5783a93d6ff10909c597e5fdc (diff) | |
download | git-79b4fde573eb5e86a8109d100ad182be1eb5fc54.tar.gz |
Merge branch 'maint'
* maint:
git-clone: add missing comma in --reference documentation
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 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 |