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