Commit 6529ed6
authored
pytest_plugin: Add
## Summary
- Adds `GIT_CONFIG_GLOBAL` to `set_gitconfig` fixture
- When git spawns child processes (e.g., `git submodule add`), `GIT_CONFIG` is explicitly excluded from the child environment
- `GIT_CONFIG_GLOBAL` IS inherited by child processes, fixing submodule operations in strict build environments
Follow-up to #512 / v0.38.5 for #509GIT_CONFIG_GLOBAL for child processes (#513)2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
23 | 34 | | |
24 | 35 | | |
25 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
0 commit comments