summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-04-13 02:39:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-04-13 02:39:53 +0000
commit98e32c30fcbbbed199fa402656feffe7f4843784 (patch)
tree744ab9b349feac0abdec988a8958f7e4ae1806ae /git-remote.html
parent55344411a8808b31a1e78c652e8f8aaf336e8202 (diff)
downloadgit-htmldocs-98e32c30fcbbbed199fa402656feffe7f4843784.tar.gz
Autogenerated HTML docs for v1.6.3-rc0
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-remote.html b/git-remote.html
index 0bd6ebc8f..4f27d5e97 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -328,7 +328,7 @@ git-remote(1) Manual Page
<em>git remote set-head</em> &lt;name&gt; [-a | -d | &lt;branch&gt;]
<em>git remote show</em> [-n] &lt;name&gt;
<em>git remote prune</em> [-n | --dry-run] &lt;name&gt;
-<em>git remote update</em> [group]</div></div>
+<em>git remote update</em> [-p | --prune] [group | remote]&#8230;</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -459,6 +459,7 @@ remotes.default is not defined, all remotes which do not have the
configuration parameter remote.&lt;name&gt;.skipDefaultUpdate set to true will
be updated. (See <a href="git-config.html">git-config(1)</a>).
</p>
+<div class="para"><p>With <tt>--prune</tt> option, prune all the remotes that are updated.</p></div>
</dd>
</dl></div>
</div>
@@ -530,7 +531,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-04-02 06:50:01 UTC
+Last updated 2009-04-13 02:39:29 UTC
</div>
</div>
</body>