aboutsummaryrefslogtreecommitdiff
path: root/repo-settings.h
AgeCommit message (Expand)Author
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt
2025-02-28repo-settings: introduce function to clear structPatrick Steinhardt
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt
2024-09-12repo-settings: track defaults close to `struct repo_settings`Patrick Steinhardt
2024-09-12repo-settings: split out declarations into a standalone headerPatrick Steinhardt