aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-02-18 23:00:00 -0500
committerJunio C Hamano <junkio@cox.net>2007-02-19 18:34:33 -0800
commit1e592d65b50dbec87fde9f4ef1b7fd8d90bf7b8c (patch)
treeab3514af964cda2bdd08b64bb1c5eb05342affd7 /Documentation/config.txt
parent0bce7a52f2b723bf6717be2951df7c0a49337592 (diff)
downloadgit-1e592d65b50dbec87fde9f4ef1b7fd8d90bf7b8c.tar.gz
git-1e592d65b50dbec87fde9f4ef1b7fd8d90bf7b8c.tar.xz
Teach git-remote to update existing remotes by fetching from them
This allows users to use the command "git remote update" to update all remotes that are being tracked in the repository. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 38655350f..d8e696f4c 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -439,6 +439,10 @@ pull.octopus::
pull.twohead::
The default merge strategy to use when pulling a single branch.
+remote.fetch::
+ The list of remotes which are fetched by "git remote update".
+ See gitlink:git-remote[1].
+
remote.<name>.url::
The URL of a remote repository. See gitlink:git-fetch[1] or
gitlink:git-push[1].