Code

Merge branch 'maint-1.6.0' into maint-1.6.1
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2009 05:35:57 +0000 (22:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2009 05:35:57 +0000 (22:35 -0700)
* maint-1.6.0:
  Documentation: Remove an odd "instead"

1  2 
Documentation/git-clone.txt

index 95f08b911464b348525e4c65cca32946c583e762,307f2521b42097dd0dabcb1878e500cdddb31b9e..4072f40d7ae5417c51d1cddcf587b674aa1dc0e5
@@@ -90,11 -90,6 +90,11 @@@ then the cloned repository will become 
        Operate quietly.  This flag is also passed to the `rsync'
        command when given.
  
 +--verbose::
 +-v::
 +      Display the progressbar, even in case the standard output is not
 +      a terminal.
 +
  --no-checkout::
  -n::
        No checkout of HEAD is performed after the clone is complete.
  --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>::