summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-13 15:00:05 -0700
commit92d80370646a0ce43b0c769027492b3c891090aa (patch)
treecee7315334fee3145cb4badcc7a400e3e763fbac /git-remote.html
parent48931e26012d8d7ad1a7e1d9701f52be1b77e45a (diff)
downloadgit-htmldocs-92d80370646a0ce43b0c769027492b3c891090aa.tar.gz
Autogenerated HTML docs for v2.9.1-273-g79ed4
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-remote.html b/git-remote.html
index e67a08188..9f1c13ac1 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -899,8 +899,8 @@ branches, adds to that list.</p></div>
Retrieves the URLs for a remote. Configurations for <code>insteadOf</code> and
<code>pushInsteadOf</code> are expanded here. By default, only the first URL is listed.
</p>
-<div class="paragraph"><p>With <em>--push</em>, push URLs are queried rather than fetch URLs.</p></div>
-<div class="paragraph"><p>With <em>--all</em>, all URLs for the remote will be listed.</p></div>
+<div class="paragraph"><p>With <code>--push</code>, push URLs are queried rather than fetch URLs.</p></div>
+<div class="paragraph"><p>With <code>--all</code>, all URLs for the remote will be listed.</p></div>
</dd>
<dt class="hdlist1">
<em>set-url</em>
@@ -911,9 +911,9 @@ Changes URLs for the remote. Sets first URL for remote &lt;name&gt; that matches
regex &lt;oldurl&gt; (first URL if no &lt;oldurl&gt; is given) to &lt;newurl&gt;. If
&lt;oldurl&gt; doesn&#8217;t match any URL, an error occurs and nothing is changed.
</p>
-<div class="paragraph"><p>With <em>--push</em>, push URLs are manipulated instead of fetch URLs.</p></div>
-<div class="paragraph"><p>With <em>--add</em>, instead of changing existing URLs, new URL is added.</p></div>
-<div class="paragraph"><p>With <em>--delete</em>, instead of changing existing URLs, all URLs matching
+<div class="paragraph"><p>With <code>--push</code>, push URLs are manipulated instead of fetch URLs.</p></div>
+<div class="paragraph"><p>With <code>--add</code>, instead of changing existing URLs, new URL is added.</p></div>
+<div class="paragraph"><p>With <code>--delete</code>, instead of changing existing URLs, all URLs matching
regex &lt;url&gt; are deleted for remote &lt;name&gt;. Trying to delete all
non-push URLs is an error.</p></div>
<div class="paragraph"><p>Note that the push URL and the fetch URL, even though they can
@@ -1040,7 +1040,7 @@ $ git merge origin</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-10-29 14:44:28 PDT
+Last updated 2016-07-13 14:58:50 PDT
</div>
</div>
</body>