builtin-fetch: add --dry-run option
[gitweb.git] / Documentation / config.txt
index cd1781498eb92d7dd0d3648a8fe188fc75a6df8c..50a65ab8d1b375d2987732dfa636447c59daa16d 100644 (file)
@@ -1381,7 +1381,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