diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2021-01-03 15:25:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-04 20:27:48 +0100 |
commit | 7efc37820508ba00ab426b3f901865f8bd3bdcef (patch) | |
tree | 4a5ba162fab9a552cc64ffe229d16c8ad0c6669b /Documentation/git-maintenance.txt | |
parent | Git 2.30 (diff) | |
download | git-7efc37820508ba00ab426b3f901865f8bd3bdcef.tar.xz git-7efc37820508ba00ab426b3f901865f8bd3bdcef.zip |
doc: fix some typos
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Acked-by: Martin Ă…gren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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: |