]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/maintenance: extract function to run tasks
authorPatrick Steinhardt <ps@pks.im>
Tue, 3 Jun 2025 14:01:14 +0000 (16:01 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jun 2025 15:30:50 +0000 (08:30 -0700)
commit2aa9ee7eecc696fe93a8f00b0eb2369de5279aaa
treea6bed3d6e2058a962171a8dbc6833c2dc3def2ad
parent38a8fa5a9a3a74dd606ba37702689a8b07c084bf
builtin/maintenance: extract function to run tasks

Extract the function to run maintenance tasks. This function will be
reused in a subsequent commit where we introduce a split between
maintenance tasks that run before and after daemonizing the process.

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