diff options
| author | René Scharfe <l.s.r@web.de> | 2026-01-09 22:30:12 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-09 18:36:16 -0800 |
| commit | e691395365b871608551bfbe20982b53140a50f0 (patch) | |
| tree | 29d332eb774487b760a9cea3224e8265965d32ed /t/t4013/diff.format-patch_--inline_--stdout_initial..master^ | |
| parent | d529f3a197364881746f558e5652f0236131eb86 (diff) | |
| download | git-e691395365b871608551bfbe20982b53140a50f0.tar.gz git-e691395365b871608551bfbe20982b53140a50f0.zip | |
environment: move access to core.maxTreeDepth into repo settings
The config setting core.maxTreeDepth is stored in a global variable and
populated by the function git_default_core_config. This won't work if
we need to access multiple repositories with different values of that
setting in the same process. Store the setting in struct repo_settings
instead and track it separately for each repository.
Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..master^')
0 files changed, 0 insertions, 0 deletions
