We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e33593 commit 53fcaf6Copy full SHA for 53fcaf6
CHANGES
@@ -20,6 +20,17 @@ $ uv add libvcs --prerelease allow
20
_Notes on the upcoming release will go here._
21
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
22
23
+## libvcs 0.38.6 (unreleased)
24
+
25
+### Bug Fixes
26
27
+- pytest plugin: Add `GIT_CONFIG_GLOBAL` to `set_gitconfig` fixture (#512)
28
29
+ Follow-up to v0.38.5 for #509: When git spawns child processes (e.g.,
30
+ during `git submodule add`), it explicitly excludes `GIT_CONFIG` from
31
+ the child environment. `GIT_CONFIG_GLOBAL` is the proper way to override
32
+ global config location as it IS inherited by child processes.
33
34
## libvcs 0.38.5 (2026-01-25)
35
36
### Bug Fixes
0 commit comments