]> git.ipfire.org Git - thirdparty/git.git/commit
transport: convert pre-push to hook API
authorEmily Shaffer <emilyshaffer@google.com>
Fri, 26 Dec 2025 12:23:28 +0000 (14:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Dec 2025 05:02:06 +0000 (14:02 +0900)
commit3e2836a742d8b2b2da25ca06e9d0ac3a539bd966
tree52086cd41d896b8fc43cb19d6017f2321aa55aac
parent05eccff8c7e6c58bad777a642ab8a28c87602d36
transport: convert pre-push to hook API

Move the pre-push hook from custom run-command invocations to
the new hook API which doesn't require a custom child_process
structure and signal toggling.

Signed-off-by: Emily Shaffer <emilyshaffer@google.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport.c