summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-01 06:34:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-01 06:34:30 +0000
commit401939fd1dcf4d2133a48e99c390eb3b2f04f9ea (patch)
tree42ccd9a58fd1675b14c322144132533ac3a162f1 /git-remote.html
parent6865ebddea4414b3205b81a20e77543a4865e31f (diff)
downloadgit-htmldocs-401939fd1dcf4d2133a48e99c390eb3b2f04f9ea.tar.gz
Autogenerated HTML docs for v1.5.2.2-619-g06f59
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-remote.html b/git-remote.html
index dffebf8b9..22b01ddc5 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -315,6 +315,8 @@ branch the <tt>HEAD</tt> at the remote repository actually points at.</p>
<p>
Gives some information about the remote &lt;name&gt;.
</p>
+<p>With <tt>-n</tt> option, the remote heads are not queried first with
+<tt>git ls-remote &lt;name&gt;</tt>; cached information is used instead.</p>
</dd>
<dt>
<em>prune</em>
@@ -326,6 +328,9 @@ 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>
</dd>
<dt>
<em>update</em>
@@ -410,7 +415,7 @@ $ git merge origin</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 16-Jun-2007 09:49:18 UTC
+Last updated 01-Jul-2007 06:34:00 UTC
</div>
</div>
</body>