]> quire.kejadlen.dev Git - quire.git/commit
Extract Repo::git helper for running commands in bare repos
authorAlpha Chen <alpha@kejadlen.dev>
Sun, 26 Apr 2026 19:09:18 +0000 (12:09 -0700)
committerAlpha Chen <alpha@kejadlen.dev>
Mon, 27 Apr 2026 01:34:36 +0000 (18:34 -0700)
commitfc16e14c484be6b18723b32f6a4849c910800ea3
treed9d2b913ec491dbd53fadef6ba61e83f29d61a24
parente2eb6f4c5dae6132562aa39082bea9c7d201bd65
Extract Repo::git helper for running commands in bare repos

Returns a Command with current_dir set so callers can chain .status(),
.output(), or anything else without repeating the setup.

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