]> quire.kejadlen.dev Git - quire.git/commit
Build git 2.54 from source and add hook subcommand
authorAlpha Chen <alpha@kejadlen.dev>
Sat, 25 Apr 2026 04:44:53 +0000 (04:44 +0000)
committerAlpha Chen <alpha@kejadlen.dev>
Sat, 25 Apr 2026 13:45:59 +0000 (06:45 -0700)
commit507fb0263daa4b2fce8606a2f9090bc58f239841
tree46cc1f85a5f72d0d3f7fe3f5603c1409e941a05b
parentf1aa1c94850ca53f94d5ba29c942d90a6ab2e225
Build git 2.54 from source and add hook subcommand

Debian bookworm ships git 2.39 but we need 2.54+ for
hook.<name>.command config support, which lets quire register
hooks via git config instead of writing shim scripts to disk.

The hook subcommand is a no-op that logs invocations — enough to
verify the dispatch path works end-to-end.

Assisted-by: GLM-5.1 via pi
Dockerfile
src/bin/quire/commands/hook.rs [new file with mode: 0644]
src/bin/quire/commands/mod.rs
src/bin/quire/main.rs