]> quire.kejadlen.dev Git - quire.git/commit
Dispatch git subcommands via the git binary
authorAlpha Chen <alpha@kejadlen.dev>
Mon, 27 Apr 2026 03:07:45 +0000 (20:07 -0700)
committerAlpha Chen <alpha@kejadlen.dev>
Mon, 27 Apr 2026 03:11:25 +0000 (20:11 -0700)
commit1056b88ce39b6c5d5202c4c9dd4d4e4243b5cf29
tree51251d0f2fd7f626d9fc42c0961c29098f1c26d5
parent1ca76acdb31b568774bad1ae4a4bcf89fa92a02f
Dispatch git subcommands via the git binary

The standalone git-receive-pack binary lives in libexec/git-core/, which
is not on PATH in the container. Using `git receive-pack` lets the git
binary handle the dispatch internally.

Assisted-by: GLM-5.1 via pi
src/bin/quire/commands/exec.rs