diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-01 22:35:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-01 22:35:57 -0700 |
commit | f054a419419337142ffe40433aa3984ccc000624 (patch) | |
tree | 0d383a217519081fe7243c9f371f5756690afef1 | |
parent | dcbf0417453297207c7e61efbf1f38621b1caa3f (diff) | |
parent | 5bd27ebb18f2dd745d1226b59b9f863c63c15fb2 (diff) | |
download | git-f054a419419337142ffe40433aa3984ccc000624.tar.gz git-f054a419419337142ffe40433aa3984ccc000624.tar.xz |
Merge branch 'maint-1.6.0' into maint-1.6.1
* maint-1.6.0:
Documentation: Remove an odd "instead"
-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 95f08b911..4072f40d7 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -117,7 +117,7 @@ then the cloned repository will become corrupt. --origin <name>:: -o <name>:: Instead of using the remote name 'origin' to keep track - of the upstream repository, use <name> instead. + of the upstream repository, use <name>. --upload-pack <upload-pack>:: -u <upload-pack>:: |