Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-04-02 09:35:57 +0400
committerJunio C Hamano <gitster@pobox.com>2009-04-02 09:35:57 +0400
commitf054a419419337142ffe40433aa3984ccc000624 (patch)
tree0d383a217519081fe7243c9f371f5756690afef1
parentdcbf0417453297207c7e61efbf1f38621b1caa3f (diff)
parent5bd27ebb18f2dd745d1226b59b9f863c63c15fb2 (diff)
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 95f08b9114..4072f40d7a 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>::