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.h
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
refs: stop modifying global `log_all_ref_updates` variable
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