summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano1-12/+1
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin1-12/+1
2024-04-19Sync with 2.39.4Johannes Schindelin1-1/+12
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin1-1/+12
2023-04-17Sync with 2.39.3Johannes Schindelin1-11/+25
2023-04-17Sync with 2.38.5Johannes Schindelin1-11/+25
2023-04-17Sync with 2.37.7Johannes Schindelin1-11/+25
2023-04-17Sync with 2.36.6Johannes Schindelin1-11/+25
2023-04-17Sync with 2.35.8Johannes Schindelin1-11/+25
2023-04-17Sync with 2.34.8Johannes Schindelin1-11/+25
2023-04-17Sync with 2.33.8Johannes Schindelin1-11/+25
2023-04-17Sync with 2.32.7Johannes Schindelin1-11/+25
2023-04-17Sync with 2.31.8Johannes Schindelin1-11/+25
2023-04-17Sync with 2.30.9Johannes Schindelin1-11/+25
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau1-0/+13
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau1-5/+5
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau1-6/+7
2023-01-08*: fix typos which duplicate a wordAndrei Rybak1-1/+1
2022-11-28Merge branch 'pw/config-int-parse-fixes'Junio C Hamano1-5/+19
2022-11-09git_parse_signed(): avoid integer overflowPhillip Wood1-5/+6
2022-11-09config: require at least one digit when parsing numbersPhillip Wood1-0/+8
2022-11-09git_parse_unsigned: reject negative valuesPhillip Wood1-0/+5
2022-10-30Merge branch 'ds/bundle-uri-3'Taylor Blau1-1/+1
2022-10-25Merge branch 'gc/bare-repo-discovery'Junio C Hamano1-22/+8
2022-10-13config: respect includes in protected configGlen Choo1-22/+8
2022-10-12bundle-uri: create base key-value pair parsingDerrick Stolee1-1/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-4/+4
2022-08-19hashmap: mark unused callback parametersJeff King1-2/+2
2022-08-19config: mark unused callback parametersJeff King1-1/+2
2022-07-26config.c: NULL check when reading protected configGlen Choo1-3/+8
2022-07-14config: learn `git_protected_config()`Glen Choo1-0/+43
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-1/+3
2022-05-26Merge branch 'tk/simple-autosetupmerge'Junio C Hamano1-0/+3
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-4/+4
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-4/+4
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-4/+4
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks1-0/+3
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh1-1/+1
2022-04-06core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh1-0/+2
2022-04-06Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano1-0/+94
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano1-14/+0
2022-04-04Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-1/+1
2022-03-30core.fsyncmethod: correctly camel-case warning messageNeeraj Singh1-1/+1
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler1-14/+0
2022-03-15core.fsync: new option to harden referencesPatrick Steinhardt1-0/+1
2022-03-15Merge branch 'ns/core-fsyncmethod' into ps/fsync-refsJunio C Hamano1-0/+94
2022-03-15core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh1-0/+5
2022-03-10core.fsync: new option to harden the indexNeeraj Singh1-0/+1
2022-03-10core.fsync: add configuration parsingNeeraj Singh1-0/+76
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+12