]> 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>
Thu, 15 Jan 2026 21:10:29 +0000 (13:10 -0800)
commit438ee013649bb26cf34dfdfa2557e4767fd48f03
tree69f3ec63bc300f581dc72b0764b2faad22c93e55
parent143963fda8d52340cecdbddbe97822ea69212255
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