summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-04-01 22:46:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-04-01 22:46:31 -0700
commit02c62b10de16515497f1b6fde6278ac531b90f1c (patch)
tree7c449c4212d6b05ed7e933cfb46f7a86e4cbe0de /Documentation
parentMerge branch 'cj/doc-format' (diff)
parentMerge branch 'maint-1.6.1' into maint (diff)
downloadtgif-02c62b10de16515497f1b6fde6278ac531b90f1c.tar.xz
Merge branch 'maint'
* maint: Documentation: Remove an odd "instead" fix portability problem with IS_RUN_COMMAND_ERR mailmap: resurrect lower-casing of email addresses
Diffstat (limited to 'Documentation')
-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>::