summaryrefslogtreecommitdiffstats
path: root/config.c
AgeCommit message (Expand)AuthorLines
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano-533/+22
2025-07-28Merge branch 'ac/auto-comment-char-fix'Junio C Hamano-2/+4
2025-07-24Merge branch 'pw/config-kvi-remove-path'Junio C Hamano-15/+13
2025-07-23config: fix sign comparison warningsPatrick Steinhardt-19/+21
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-511/+0
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt-1/+1
2025-07-16config: set comment_line_str to "#" when core.commentChar=autoAyush Chandekar-2/+4
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-2/+2
2025-07-15config: remove unneeded struct fieldPhillip Wood-15/+13
2025-07-07Sync with Git 2.50.1Junio C Hamano-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-06-15Sync with 2.49.1Junio C Hamano-1/+1
2025-06-12Sync with 2.48.2Junio C Hamano-1/+1
2025-06-10environment: remove the global variable 'core_preload_index'Ayush Chandekar-5/+0
2025-05-28Sync with 2.47.3Taylor Blau-1/+1
2025-05-28Sync with 2.46.4Taylor Blau-1/+1
2025-05-28Sync with 2.45.4Taylor Blau-1/+1
2025-05-28Sync with 2.44.4Taylor Blau-1/+1
2025-05-28Sync with 2.43.7Taylor Blau-1/+1
2025-05-23config: quote values containing CR characterJustin Tobler-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano-5/+0
2025-03-26Merge branch 'ua/some-builtins-wo-the-repository'Junio C Hamano-0/+4
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt-5/+0
2025-03-07config: teach repo_config to allow `repo` to be NULLUsman Akinyemi-0/+4
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano-8/+8
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-5/+0
2025-03-03config.c: *.txt -> *.adoc fixesTodd Zullinger-8/+8
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt-5/+0
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt-0/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak-17/+0
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak-5/+0
2024-09-24config: fix evaluating "onbranch" with nonexistent git dirPatrick Steinhardt-6/+9
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt-8/+0
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt-5/+0
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt-5/+0
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt-10/+0
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt-0/+2
2024-09-12config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt-6/+4
2024-09-12config: document `read_early_config()` and `read_very_early_config()`Patrick Steinhardt-4/+0
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt-1/+1
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-1/+3
2024-08-26Merge branch 'ps/maintenance-detach-fix'Junio C Hamano-2/+3
2024-08-26Merge branch 'tb/config-fixed-value-with-valueless-true' into maint-2.46Junio C Hamano-1/+1
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano-149/+76
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano-1/+2
2024-08-16config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt-2/+2