| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-04 | config: make `packed_git_(limit|window_size)` non-global variables | Karthik Nayak | 1 | -0/+13 |
| 2024-12-04 | config: make `delta_base_cache_limit` a non-global variable | Karthik Nayak | 1 | -0/+5 |
| 2024-09-12 | environment: stop storing "core.warnAmbiguousRefs" globally | Patrick Steinhardt | 1 | -0/+9 |
| 2024-09-12 | environment: stop storing "core.logAllRefUpdates" globally | Patrick Steinhardt | 1 | -0/+16 |
| 2024-09-12 | repo-settings: track defaults close to `struct repo_settings` | Patrick Steinhardt | 1 | -5/+4 |
| 2024-09-12 | repo-settings: split out declarations into a standalone header | Patrick Steinhardt | 1 | -0/+1 |
| 2024-07-08 | Merge branch 'tb/path-filter-fix' | Junio C Hamano | 1 | -1/+5 |
| 2024-06-25 | repo-settings: introduce commitgraph.changedPathsVersion | Taylor Blau | 1 | -1/+5 |
| 2024-02-05 | pack-objects: enable multi-pack reuse via `feature.experimental` | Taylor Blau | 1 | -0/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-06-12 | repository: create read_replace_refs setting | Derrick Stolee | 1 | -0/+1 |
| 2023-05-08 | pack-bitmap.c: use commit boundary during bitmap traversal | Taylor Blau | 1 | -1/+6 |
| 2023-04-28 | Merge branch 'tb/enable-cruft-packs-by-default' | Junio C Hamano | 1 | -3/+1 |
| 2023-04-18 | repository.h: drop unused `gc_cruft_packs` | Taylor Blau | 1 | -3/+1 |
| 2023-04-13 | pack-revindex: introduce `pack.readReverseIndex` | Taylor Blau | 1 | -0/+1 |
| 2023-02-23 | treewide: remove unnecessary cache.h includes in source files | Elijah Newren | 1 | -1/+1 |
| 2023-01-07 | features: feature.manyFiles implies fast index writes | Derrick Stolee | 1 | -0/+2 |
| 2022-11-08 | Merge branch 'es/mark-gc-cruft-as-experimental' | Taylor Blau | 1 | -0/+1 |
| 2022-10-26 | config: let feature.experimental imply gc.cruftPacks=true | Emily Shaffer | 1 | -0/+1 |
| 2022-09-14 | Merge branch 'jk/plug-list-object-filter-leaks' | Junio C Hamano | 1 | -4/+3 |
| 2022-09-08 | prepare_repo_settings(): plug leak of config values | Jeff King | 1 | -4/+3 |
| 2022-07-14 | commit-graph: pass repo_settings instead of repository | Taylor Blau | 1 | -1/+11 |
| 2022-03-25 | compat/fsmonitor/fsm-listen-win32: stub in backend for Windows | Jeff Hostetler | 1 | -0/+1 |
| 2022-02-16 | Merge branch 'en/fetch-negotiation-default-fix' | Junio C Hamano | 1 | -1/+8 |
| 2022-02-02 | repo-settings: rename the traditional default fetch.negotiationAlgorithm | Elijah Newren | 1 | -2/+5 |
| 2022-02-02 | repo-settings: fix error handling for unknown values | Elijah Newren | 1 | -0/+2 |
| 2022-02-02 | repo-settings: fix checking for fetch.negotiationAlgorithm=default | Elijah Newren | 1 | -0/+2 |
| 2021-12-06 | repo-settings: prepare_repo_settings only in git repos | Lessley Dennington | 1 | -0/+3 |
| 2021-09-22 | repository.h: don't use a mix of int and bitfields | Ævar Arnfjörð Bjarmason | 1 | -7/+1 |
| 2021-09-22 | repo-settings.c: simplify the setup | Ævar Arnfjörð Bjarmason | 1 | -46/+56 |
| 2021-09-22 | environment.c: remove test-specific "ignore_untracked..." variable | Ævar Arnfjörð Bjarmason | 1 | -6/+1 |
| 2021-03-30 | sparse-index: add index.sparse config option | Derrick Stolee | 1 | -0/+7 |
| 2021-03-30 | sparse-index: add guard to ensure full index | Derrick Stolee | 1 | -0/+8 |
| 2020-10-27 | Merge branch 'ds/maintenance-part-2' | Junio C Hamano | 1 | -0/+6 |
| 2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -0/+3 |
| 2020-09-25 | midx: enable core.multiPackIndex by default | Derrick Stolee | 1 | -0/+6 |
| 2020-09-09 | commit-graph: respect 'commitGraph.readChangedPaths' | Taylor Blau | 1 | -0/+3 |
| 2020-08-18 | negotiator/noop: add noop fetch negotiator | Jonathan Tan | 1 | -0/+2 |
| 2020-07-08 | experimental: default to fetch.writeCommitGraph=false | Jonathan Nieder | 1 | -4/+4 |
| 2020-03-20 | config: set pack.useSparse=true by default | Derrick Stolee | 1 | -1/+2 |
| 2019-10-24 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -1/+1 |
| 2019-10-24 | repo-settings: read an int for index.version | Derrick Stolee | 1 | -1/+1 |
| 2019-09-03 | fetch: add fetch.writeCommitGraph config setting | Derrick Stolee | 1 | -0/+4 |
| 2019-08-13 | repo-settings: create feature.experimental setting | Derrick Stolee | 1 | -0/+13 |
| 2019-08-13 | repo-settings: create feature.manyFiles setting | Derrick Stolee | 1 | -1/+4 |
| 2019-08-13 | repo-settings: parse core.untrackedCache | Derrick Stolee | 1 | -0/+19 |
| 2019-08-13 | commit-graph: turn on commit-graph by default | Derrick Stolee | 1 | -0/+4 |
| 2019-08-13 | repo-settings: consolidate some config settings | Derrick Stolee | 1 | -0/+25 |