]> git.99rst.org Git - git.git/commit
transport: convert pre-push to hook API
authorEmily Shaffer <redacted>
Wed, 28 Jan 2026 21:39:22 +0000 (23:39 +0200)
committerJunio C Hamano <redacted>
Wed, 28 Jan 2026 23:47:03 +0000 (15:47 -0800)
commit9ac9612c828fc8c28afc833ca0a3511f2f406628
treed5a0e135de54137b80307cd27246b25d14513d5e
parentd816637f6c253e3829c4c6e817c7749b3a4f8bf4
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 <redacted>
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Adrian Ratiu <redacted>
Signed-off-by: Junio C Hamano <redacted>
transport.c
git clone https://git.99rst.org/PROJECT