Skip to content

Commit 522e3c4

Browse files
committed
docs(CHANGES): Add entry for #512 gitconfig fixture fix
1 parent ee145de commit 522e3c4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ $ uv add libvcs --prerelease allow
2020
_Notes on the upcoming release will go here._
2121
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
2222

23+
## libvcs 0.38.5 (unreleased)
24+
25+
### Bug Fixes
26+
27+
- pytest plugin: Fix `gitconfig` fixture to always write config (#512)
28+
29+
Follow-up to #510, #511 for #509: The fixture was returning early if
30+
`.gitconfig` already existed (even if empty or incomplete), skipping
31+
the write of `protocol.file.allow=always`. Now always writes the full
32+
config to ensure submodule operations work in strict build environments.
33+
2334
## libvcs 0.38.4 (2026-01-25)
2435

2536
### Tests

0 commit comments

Comments
 (0)