Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Aug 2008 08:40:08 +0000 (01:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Aug 2008 08:40:08 +0000 (01:40 -0700)
* maint:
  asciidoc markup fixes
  Fail properly when cloning from invalid HTTP URL

Conflicts:
Documentation/git-push.txt

1  2 
Documentation/git-push.txt
Documentation/git-rerere.txt
Documentation/pull-fetch-param.txt
transport.c

index 050c3ddae2732fdf4cb9f3b0f798e3d2d190fa4e,60d53391d263e890ba1fa9183b46a72d090a5749..45c96435fa66ab4b1b57b6a860a2fc264321cfe4
@@@ -30,9 -29,9 +30,9 @@@ OPTION
        The "remote" repository that is destination of a push
        operation.  See the section <<URLS,GIT URLS>> below.
  
 -<refspec>::
 +<refspec>...::
-       The canonical format of each <refspec> parameter is
-       `+?<src>:<dst>`; that is, an optional plus `+`, followed
+       The canonical format of a <refspec> parameter is
+       `+?<src>:<dst>`; that is, an optional plus `{plus}`, followed
        by the source ref, followed by a colon `:`, followed by
        the destination ref.
  +
Simple merge
Simple merge
diff --cc transport.c
Simple merge