summaryrefslogtreecommitdiffstats
path: root/git-remote.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-21 20:24:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-21 20:24:10 +0000
commit118d277c10b5db8daa66617d0e75ac2cf9ff7219 (patch)
tree38cd2fc90a66aeac003ac4be9766b04957afcb49 /git-remote.html
parent23b8db3a0f5ec1c0dca3493eb36085c0cbddef5b (diff)
downloadgit-htmldocs-118d277c10b5db8daa66617d0e75ac2cf9ff7219.tar.gz
Autogenerated HTML docs for v1.5.0.1-74-g2470
Diffstat (limited to 'git-remote.html')
-rw-r--r--git-remote.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/git-remote.html b/git-remote.html
index b4c767fcb..e7a8a730e 100644
--- a/git-remote.html
+++ b/git-remote.html
@@ -277,7 +277,7 @@ git-remote(1) Manual Page
<em>git-remote</em> add &lt;name&gt; &lt;url&gt;
<em>git-remote</em> show &lt;name&gt;
<em>git-remote</em> prune &lt;name&gt;
-<em>git-remote</em> update</div></div>
+<em>git-remote</em> update [group]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -322,9 +322,12 @@ referenced by &lt;name&gt;, but are still locally available in
</dt>
<dd>
<p>
-Fetch updates for the remotes in the repository. By default all remotes
-are updated, but this can be configured via the configuration parameter
-<em>remote.fetch</em>. (See <a href="git-config.html">git-config(1)</a>).
+Fetch updates for a named set of remotes in the repository as defined by
+remotes.&lt;group&gt;. If a named group is not specified on the command line,
+the configuration parameter remotes.default will get used; if
+remotes.default is not defined, all remotes which do not 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>
</dd>
</dl>
@@ -378,7 +381,7 @@ $ git checkout -b nfs linux-nfs/master
</div>
<div id="footer">
<div id="footer-text">
-Last updated 20-Feb-2007 04:52:01 UTC
+Last updated 21-Feb-2007 20:23:57 UTC
</div>
</div>
</body>