summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
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.txt
parent23b8db3a0f5ec1c0dca3493eb36085c0cbddef5b (diff)
downloadgit-htmldocs-118d277c10b5db8daa66617d0e75ac2cf9ff7219.tar.gz
Autogenerated HTML docs for v1.5.0.1-74-g2470
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/git-remote.txt b/git-remote.txt
index 06ba2e6f2..250761f97 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -13,7 +13,7 @@ SYNOPSIS
'git-remote' add <name> <url>
'git-remote' show <name>
'git-remote' prune <name>
-'git-remote' update
+'git-remote' update [group]
DESCRIPTION
-----------
@@ -46,9 +46,12 @@ referenced by <name>, but are still locally available in
'update'::
-Fetch updates for the remotes in the repository. By default all remotes
-are updated, but this can be configured via the configuration parameter
-'remote.fetch'. (See gitlink:git-config[1]).
+Fetch updates for a named set of remotes in the repository as defined by
+remotes.<group>. 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.<name>.skipDefaultUpdate set to true will
+be updated. (See gitlink:git-config[1]).
DISCUSSION