summaryrefslogtreecommitdiffstats
path: root/git-push.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-02 16:46:52 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-02 16:46:52 -0700
commit7e590a1afe350393356fbecdd44a43a42ddfad34 (patch)
tree0ff3bfac8994607bda7188f1c19895c965fb96ce /git-push.html
parentc710296399a86586e3a5e24ea8519ea2442ab7cf (diff)
downloadgit-htmldocs-7e590a1afe350393356fbecdd44a43a42ddfad34.tar.gz
Autogenerated HTML docs for v1.8.3-182-gb2edae
Diffstat (limited to 'git-push.html')
-rw-r--r--git-push.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-push.html b/git-push.html
index c7fa8b362..f4eee08b7 100644
--- a/git-push.html
+++ b/git-push.html
@@ -1084,6 +1084,11 @@ rsync://host.xz/path/to/repo.git/
</p>
</li>
</ul></div>
+<div class="paragraph"><p>This syntax is only recognized if there are no slashes before the
+first colon. This helps differentiate a local path that contains a
+colon. For example the local path <code>foo:bar</code> could be specified as an
+absolute path or <code>./foo:bar</code> to avoid being misinterpreted as an ssh
+url.</p></div>
<div class="paragraph"><p>The ssh and git protocols additionally support ~username expansion:</p></div>
<div class="ulist"><ul>
<li>