]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/maintenance: add a `--detach` flag
authorPatrick Steinhardt <ps@pks.im>
Fri, 16 Aug 2024 10:45:15 +0000 (12:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Aug 2024 16:46:26 +0000 (09:46 -0700)
commita6affd3343f143e5983036150bb8e95eb336cbc7
tree93ac5cc3da5b577cd7af36dc8fa0ed7c4aa9d6ff
parentc7185df01bb68091d3bdea2fe192f4b34e169c9d
builtin/maintenance: add a `--detach` flag

Same as the preceding commit, add a `--[no-]detach` flag to the
git-maintenance(1) command. This will be used in a subsequent commit to
fix backgrounding of that command when configured with a non-standard
set of tasks.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/gc.c
t/t7900-maintenance.sh