git-clone documentation didn't mention --origin as equivalent of -o
authorAndy Parkins <andyparkins@gmail.com>
Thu, 2 Nov 2006 11:11:56 +0000 (12:11 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Nov 2006 02:03:47 +0000 (18:03 -0800)
Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt
index f973c64313699713100ba63822d80fd86979ff78..86060472ad88088bcb59df5eb9acce097f68cb83 100644 (file)
@@ -75,6 +75,7 @@ OPTIONS
        this option is used, neither the `origin` branch nor the
        default `remotes/origin` file is created.
 
+--origin <name>::
 -o <name>::
        Instead of using the branch name 'origin' to keep track
        of the upstream repository, use <name> instead.  Note