aboutsummaryrefslogtreecommitdiffstats
path: root/repo-settings.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano1-0/+1
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee1-0/+1
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-0/+5
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt1-0/+9
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt1-0/+4
2025-02-28repo-settings: introduce function to clear structPatrick Steinhardt1-0/+1
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak1-0/+4
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak1-0/+3
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt1-0/+4
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt1-0/+3
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt1-0/+7
2024-09-12repo-settings: track defaults close to `struct repo_settings`Patrick Steinhardt1-0/+5
2024-09-12repo-settings: split out declarations into a standalone headerPatrick Steinhardt1-0/+56