]> git.99rst.org Git - git.git/commit
gc: use hook library for pre-auto-gc hook
authorEmily Shaffer <redacted>
Wed, 22 Dec 2021 03:59:29 +0000 (04:59 +0100)
committerJunio C Hamano <redacted>
Fri, 7 Jan 2022 23:19:34 +0000 (15:19 -0800)
commitbad62a8cd5f2394d5c76104f324b0aa8b8c38867
treefec8a25fe7dd3290076f82864e741c530a62ff2b
parent474c119fda1c323652ccb35124d5c001f48e008a
gc: use hook library for pre-auto-gc hook

Move the pre-auto-gc hook away from run-command.h to and over to the
new hook.h library. This uses the new run_hooks() wrapper.

Signed-off-by: Emily Shaffer <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Acked-by: Emily Shaffer <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/gc.c
git clone https://git.99rst.org/PROJECT