upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/git/protocol.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-12 22:53:05 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-12 22:53:05 +0000
commitd399bd0bcfba3a3f500421a954257ada034283f8 (patch)
tree662a0ae2e053cdd6c1c7cdcb9245cc86673e5ba2 /src/git/protocol.rs
parent51751d59f30a0c0f396afd1873ece9f4f77b44de (diff)
fix(nix): convert boolean env vars to "true"/"false" strings instead of "1"/"0"
The archiveAll and archiveReadOnly options were using toString which converts booleans to "1"/"0", but the CLI expects "true"/"false" strings. This caused startup errors like: error: invalid value '1' for '--archive-all' [possible values: true, false] Changed both to use explicit if/then/else conversion to match CLI expectations.
Diffstat (limited to 'src/git/protocol.rs')
0 files changed, 0 insertions, 0 deletions