aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-23 00:03:15 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-23 00:03:15 -0800
commit65c042d44dc843021f1410f1219104681fdd3469 (patch)
treeead97f95ff999e3279929760d095c0edcb1adf1a /Documentation/config.txt
parentfc13aa3d09407998e5cb08a5c1da05d0000fe81d (diff)
parent8db355964d89c19eb262ffe38e57e5a610e1cc05 (diff)
downloadgit-65c042d44dc843021f1410f1219104681fdd3469.tar.gz
git-65c042d44dc843021f1410f1219104681fdd3469.tar.xz
Merge branch 'bg/fetch-multi'
* bg/fetch-multi: Re-implement 'git remote update' using 'git fetch' builtin-fetch: add --dry-run option builtin-fetch: add --prune option teach warn_dangling_symref to take a FILE argument remote: refactor some logic into get_stale_heads() Add missing test for 'git remote update --prune' Add the configuration option skipFetchAll Teach the --multiple option to 'git fetch' Teach the --all option to 'git fetch'
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 55d7e11da..657f0016d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1437,7 +1437,13 @@ remote.<name>.mirror::
remote.<name>.skipDefaultUpdate::
If true, this remote will be skipped by default when updating
- using the update subcommand of linkgit:git-remote[1].
+ using linkgit:git-fetch[1] or the `update` subcommand of
+ linkgit:git-remote[1].
+
+remote.<name>.skipFetchAll::
+ If true, this remote will be skipped by default when updating
+ using linkgit:git-fetch[1] or the `update` subcommand of
+ linkgit:git-remote[1].
remote.<name>.receivepack::
The default program to execute on the remote side when pushing. See