OSDN Git Service

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

@@@ -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