summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'js/pack-objects-delta-size-t'Junio C Hamano1-0/+9
2026-08-13pack-objects: widen delta-cache accounting to `size_t`Johannes Schindelin1-0/+9
2026-07-30Merge branch 'jt/config-lock-timeout'Junio C Hamano1-2/+23
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-2/+2
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-2/+2
2026-07-10config: add "worktree" and "worktree/i" includeIf conditionsChen Linxuan1-0/+6
2026-07-10config: refactor include_by_gitdir() into include_by_path()Chen Linxuan1-11/+8
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-06-15Merge branch 'hn/config-typo-advice'Junio C Hamano1-9/+29
2026-06-03config: add git_config_key_is_valid() for quiet validationHarald Nordgren1-9/+29
2026-05-18config: retry acquiring config.lock, configurable via core.configLockTimeoutJörg Thalheim1-2/+22
2026-04-10config: add a repo_config_get_uint() helperAdrian Ratiu1-0/+28
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
2026-01-06Merge branch 'rs/parse-config-expiry-simplify'Junio C Hamano1-3/+3
2025-12-28config: use git_parse_int() in git_config_get_expiry_in_days()René Scharfe1-3/+3
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano1-1/+2
2025-11-24config: really pretend missing :(optional) value is not thereJunio C Hamano1-0/+1
2025-11-20config: mark otherwise unused function as file-scope staticJunio C Hamano1-1/+1
2025-11-06Merge branch 'dk/parseopt-optional-filename-fixes'Junio C Hamano1-1/+1
2025-11-04config: use boolean type for a simple flagD. Ben Knoble1-1/+1
2025-10-14Merge branch 'jc/optional-path'Junio C Hamano1-2/+14
2025-10-07config: values of pathname type can be prefixed with :(optional)Junio C Hamano1-2/+14
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano1-2/+295
2025-08-26commit: print advice when core.commentString=autoPhillip Wood1-6/+188
2025-08-26config: warn on core.commentString=autoPhillip Wood1-2/+113
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano1-13/+10
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-533/+22
2025-08-02config: do not use strbuf_split()Junio C Hamano1-13/+10
2025-07-31Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...Junio C Hamano1-533/+22
2025-07-28Merge branch 'ac/auto-comment-char-fix'Junio C Hamano1-2/+4
2025-07-24Merge branch 'pw/config-kvi-remove-path'Junio C Hamano1-15/+13
2025-07-23config: fix sign comparison warningsPatrick Steinhardt1-19/+21
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-511/+0
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt1-1/+1
2025-07-16config: set comment_line_str to "#" when core.commentChar=autoAyush Chandekar1-2/+4
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-2/+2
2025-07-15config: remove unneeded struct fieldPhillip Wood1-15/+13
2025-07-07Sync with Git 2.50.1Junio C Hamano1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-15Sync with 2.49.1Junio C Hamano1-1/+1
2025-06-12Sync with 2.48.2Junio C Hamano1-1/+1
2025-06-10environment: remove the global variable 'core_preload_index'Ayush Chandekar1-5/+0
2025-05-28Sync with 2.47.3Taylor Blau1-1/+1
2025-05-28Sync with 2.46.4Taylor Blau1-1/+1
2025-05-28Sync with 2.45.4Taylor Blau1-1/+1
2025-05-28Sync with 2.44.4Taylor Blau1-1/+1
2025-05-28Sync with 2.43.7Taylor Blau1-1/+1
2025-05-23config: quote values containing CR characterJustin Tobler1-1/+1