aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-13 15:27:43 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-13 15:27:43 -0700
commitda1c402a47e574c13fe2f0f205a2f0eec2224bb7 (patch)
tree1d404022a2e56d700e1fc4209036fc87a8bb2c49 /Documentation/config
parent19de221f3638517b7c1411b478cb7eb77db09ce1 (diff)
parent9a36ea37aea99750dbe05c6ef36a9e02722f5a07 (diff)
downloadgit-da1c402a47e574c13fe2f0f205a2f0eec2224bb7.tar.xz
Merge branch 'jc/doc-skip-fetch-all-and-prefetch'
Doc updates. * jc/doc-skip-fetch-all-and-prefetch: doc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetch
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/remote.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/config/remote.txt b/Documentation/config/remote.txt
index 8efc53e836..36e771556c 100644
--- a/Documentation/config/remote.txt
+++ b/Documentation/config/remote.txt
@@ -42,14 +42,15 @@ remote.<name>.mirror::
as if the `--mirror` option was given on the command line.
remote.<name>.skipDefaultUpdate::
- 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].
+ A deprecated synonym to `remote.<name>.skipFetchAll` (if
+ both are set in the configuration files with different
+ values, the value of the last occurrence will be used).
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].
+ If true, this remote will be skipped when updating
+ using linkgit:git-fetch[1], the `update` subcommand of
+ linkgit:git-remote[1], and ignored by the prefetch task
+ of `git maitenance`.
remote.<name>.receivepack::
The default program to execute on the remote side when pushing. See