summaryrefslogtreecommitdiff
path: root/repo-settings.c
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-12repo-settings: track defaults close to `struct repo_settings`Patrick Steinhardt
2024-09-12repo-settings: split out declarations into a standalone headerPatrick Steinhardt
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-12repository: create read_replace_refs settingDerrick Stolee
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano
2023-04-18repository.h: drop unused `gc_cruft_packs`Taylor Blau
2023-04-13pack-revindex: introduce `pack.readReverseIndex`Taylor Blau
2023-02-23treewide: remove unnecessary cache.h includes in source filesElijah Newren
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee
2022-11-08Merge branch 'es/mark-gc-cruft-as-experimental'Taylor Blau
2022-10-26config: let feature.experimental imply gc.cruftPacks=trueEmily Shaffer
2022-09-14Merge branch 'jk/plug-list-object-filter-leaks'Junio C Hamano
2022-09-08prepare_repo_settings(): plug leak of config valuesJeff King
2022-07-14commit-graph: pass repo_settings instead of repositoryTaylor Blau
2022-03-25compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler
2022-02-16Merge branch 'en/fetch-negotiation-default-fix'Junio C Hamano
2022-02-02repo-settings: rename the traditional default fetch.negotiationAlgorithmElijah Newren
2022-02-02repo-settings: fix error handling for unknown valuesElijah Newren
2022-02-02repo-settings: fix checking for fetch.negotiationAlgorithm=defaultElijah Newren
2021-12-06repo-settings: prepare_repo_settings only in git reposLessley Dennington
2021-09-22repository.h: don't use a mix of int and bitfieldsÆvar Arnfjörð Bjarmason
2021-09-22repo-settings.c: simplify the setupÆvar Arnfjörð Bjarmason
2021-09-22environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee
2020-10-27Merge branch 'ds/maintenance-part-2'Junio C Hamano
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau
2020-08-18negotiator/noop: add noop fetch negotiatorJonathan Tan
2020-07-08experimental: default to fetch.writeCommitGraph=falseJonathan Nieder
2020-03-20config: set pack.useSparse=true by defaultDerrick Stolee
2019-10-24Merge branch 'ds/feature-macros'Junio C Hamano
2019-10-24repo-settings: read an int for index.versionDerrick Stolee
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee