diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-12-03 13:34:20 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-04 21:52:23 -0800 |
commit | c76a53eb71c5d0d931b1f95a9933913ecef9e4ad (patch) | |
tree | 82a54b67c682533892444740e11ac421bbced9e4 /dir-iterator.c | |
parent | scalar: 'register' sets recommended config and starts maintenance (diff) | |
download | tgif-c76a53eb71c5d0d931b1f95a9933913ecef9e4ad.tar.xz |
scalar: 'unregister' stops background maintenance
Just like `scalar register` starts the scheduled background maintenance,
`scalar unregister` stops it. Note that we use `git maintenance start`
in `scalar register`, but we do not use `git maintenance stop` in
`scalar unregister`: this would stop maintenance for _all_ repositories,
not just for the one we want to unregister.
The `unregister` command also removes the corresponding entry from the
`[scalar]` section in the global Git config.
Co-authored-by: Victoria Dye <vdye@github.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir-iterator.c')
0 files changed, 0 insertions, 0 deletions