Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-02-24 16:46:17 +00:00
parent 135f8de28f
commit ae331483b4

View File

@@ -857,10 +857,10 @@ working copy as a cache.</p>
<p>This repository implementation maps the <code>{label}</code> parameter of the
HTTP resource to a git label (commit id, branch name or tag). If the
git branch or tag name contains a slash ("/") then the label in the
HTTP URL should be specified with the special string "(<em>)" instead (to
HTTP URL should be specified with the special string "(_)" instead (to
avoid ambiguity with other URL paths). For example, if the label is
<code>foo/bar</code>, replacing the slash would result in a label that looks like
<code>foo(</em>)bar</code>. Be careful with the brackets in
<code>foo(_)bar</code>. Be careful with the brackets in
the URL if you are using a command line client like curl (e.g. escape
them from the shell with quotes '').</p>
</div>