maintenance: create maintenance.<task>.enabled config
[git] / Documentation / config / maintenance.txt
1 maintenance.<task>.enabled::
2         This boolean config option controls whether the maintenance task
3         with name `<task>` is run when no `--task` option is specified to
4         `git maintenance run`. These config values are ignored if a
5         `--task` option exists. By default, only `maintenance.gc.enabled`
6         is true.