Skip to content

Commit 53fcaf6

Browse files
committed
docs(CHANGES): Add entry for v0.38.6 GIT_CONFIG_GLOBAL fix
1 parent 6e33593 commit 53fcaf6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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.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+
2334
## libvcs 0.38.5 (2026-01-25)
2435

2536
### Bug Fixes

0 commit comments

Comments
 (0)