summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-13 10:04:01 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-13 10:04:01 +0000
commit6fb124cd538ba3d8d7c5da9bb979b3fd0e1b2925 (patch)
tree42399be6b1d4ba93c664dd7a38942975da9d06f7 /git-remote.html
parentdc8f25ba925d69ae6cd9477948a4681a6b9ba881 (diff)
downloadgit-htmldocs-6fb124cd538ba3d8d7c5da9bb979b3fd0e1b2925.tar.gz
Autogenerated HTML docs for v1.5.6-rc2-45-gdc92c
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/git-remote.html b/git-remote.html
index 845cd5605..1df4bbf72 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -276,8 +276,8 @@ git-remote(1) Manual Page
<div class="content"><em>git-remote</em> [-v | --verbose]
<em>git-remote</em> add [-t &lt;branch&gt;] [-m &lt;master&gt;] [-f] [--mirror] &lt;name&gt; &lt;url&gt;
<em>git-remote</em> rm &lt;name&gt;
-<em>git-remote</em> show &lt;name&gt;
-<em>git-remote</em> prune &lt;name&gt;
+<em>git-remote</em> show [-n] &lt;name&gt;
+<em>git-remote</em> prune [-n | --dry-run] &lt;name&gt;
<em>git-remote</em> update [group]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -359,9 +359,8 @@ These stale branches have already been removed from the remote repository
referenced by &lt;name&gt;, but are still locally available in
"remotes/&lt;name&gt;".
</p>
-<p>With <tt>-n</tt> option, the remote heads are not confirmed first with <tt>git
-ls-remote &lt;name&gt;</tt>; cached information is used instead. Use with
-caution.</p>
+<p>With <tt>--dry-run</tt> option, report what branches will be pruned, but do no
+actually prune them.</p>
</dd>
<dt>
<em>update</em>
@@ -446,7 +445,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:57 UTC
+Last updated 13-Jun-2008 10:02:42 UTC
</div>
</div>
</body>