diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2020-08-28 15:45:12 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-25 10:59:44 -0700 |
commit | 1942d48380fec53f76361e9adebef15b5db9628a (patch) | |
tree | 22f3cce07f538def0328d09ddf15e283ec1ada76 /Documentation/RelNotes/1.7.3.2.txt | |
parent | maintenance: add incremental-repack auto condition (diff) | |
download | tgif-1942d48380fec53f76361e9adebef15b5db9628a.tar.xz |
maintenance: optionally skip --auto process
Some commands run 'git maintenance run --auto --[no-]quiet' after doing
their normal work, as a way to keep repositories clean as they are used.
Currently, users who do not want this maintenance to occur would set the
'gc.auto' config option to 0 to avoid the 'gc' task from running.
However, this does not stop the extra process invocation. On Windows,
this extra process invocation can be more expensive than necessary.
Allow users to drop this extra process by setting 'maintenance.auto' to
'false'.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.3.2.txt')
0 files changed, 0 insertions, 0 deletions