author | Junio C Hamano <gitster@pobox.com> | |
Sat, 9 Aug 2008 08:40:08 +0000 (01:40 -0700) | ||
committer | Junio 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
asciidoc markup fixes
Fail properly when cloning from invalid HTTP URL
Conflicts:
Documentation/git-push.txt
1 | 2 | |||
---|---|---|---|---|
Documentation/git-push.txt | patch | | diff1 | | diff2 | | blob | history |
Documentation/git-rerere.txt | patch | | diff1 | | diff2 | | blob | history |
Documentation/pull-fetch-param.txt | patch | | diff1 | | diff2 | | blob | history |
transport.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-push.txt
index 050c3ddae2732fdf4cb9f3b0f798e3d2d190fa4e,60d53391d263e890ba1fa9183b46a72d090a5749..45c96435fa66ab4b1b57b6a860a2fc264321cfe4
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.
+
diff --cc Documentation/git-rerere.txt
Simple merge
diff --cc Documentation/pull-fetch-param.txt
Simple merge
diff --cc transport.c
Simple merge