diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-01-15 15:20:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-15 15:20:28 -0800 |
commit | b17eb5b4e4e02cf8d5830fdb132247da55749124 (patch) | |
tree | f89ff333799ecdbc888837e3d6312a034ba8816f /Documentation/git-maintenance.txt | |
parent | Merge branch 'bc/rev-parse-path-format' (diff) | |
parent | doc: fix some typos (diff) | |
download | tgif-b17eb5b4e4e02cf8d5830fdb132247da55749124.tar.xz |
Merge branch 'ta/doc-typofix'
Doc fix.
* ta/doc-typofix:
doc: fix some typos
Diffstat (limited to 'Documentation/git-maintenance.txt')
-rw-r--r-- | Documentation/git-maintenance.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-maintenance.txt b/Documentation/git-maintenance.txt index d1f9b5172d..6fe1e5e105 100644 --- a/Documentation/git-maintenance.txt +++ b/Documentation/git-maintenance.txt @@ -38,7 +38,7 @@ register:: for running in the background without disrupting foreground processes. + -The `register` subcomand will also set the `maintenance.strategy` config +The `register` subcommand will also set the `maintenance.strategy` config value to `incremental`, if this value is not previously set. The `incremental` strategy uses the following schedule for each maintenance task: |