diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-09-09 02:32:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-09 02:32:24 -0700 |
commit | 57543a254c6aef8fca5556e25a9fa6dd5622b037 (patch) | |
tree | 022b6895b107d5c81e6b9a4f211c06ca5f1c17c0 /Documentation | |
parent | d05ec5a064e402475ab48617213f2a619a2fabc5 (diff) | |
parent | 7b02b85a66fee6b357e02f9e70dd0baa0fd24308 (diff) | |
download | git-57543a254c6aef8fca5556e25a9fa6dd5622b037.tar.gz |
Merge branch 'maint'
* maint:
git-svn: understand grafts when doing dcommit
git-diff: don't squelch the new SHA1 in submodule diffs
git-svn: fix "Malformed network data" with svn:// servers
(cvs|svn)import: Ask git-tag to overwrite old tags.
Documentation / grammer nit
Diffstat (limited to 'Documentation')
-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 227f092e26..253f4f03c5 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -68,7 +68,7 @@ OPTIONS automatically setup .git/objects/info/alternates to obtain objects from the reference repository. Using an already existing repository as an alternate will - require less objects to be copied from the repository + require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. --quiet:: |