Skip to content

Commit f2ef0fb

Browse files
committed
docs(CHANGES): Add entry for #510 file protocol fix
why: Document the pytest plugin fix for strict build environments what: - Add Tests section for 0.39.x release - Note the protocol.file.allow=always addition to gitconfig fixture
1 parent d305272 commit f2ef0fb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ $ 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+
### Tests
24+
25+
- pytest plugin: Add `protocol.file.allow=always` to `gitconfig` fixture (#510)
26+
27+
Fixes #509: "transport 'file' not allowed" errors in strict build
28+
environments (e.g., Arch Linux packaging) where git submodule operations
29+
spawn child processes that don't inherit local repo config.
30+
2331
<!-- Maintainers, insert changes / features for the next release here -->
2432

2533
## libvcs 0.38.2 (2026-01-24)

0 commit comments

Comments
 (0)