summaryrefslogtreecommitdiffstats
path: root/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix typos which duplicate a wordAndrei Rybak2023-01-081-1/+1
* Merge branch 'pw/config-int-parse-fixes'Junio C Hamano2022-11-281-5/+19
|\
| * git_parse_signed(): avoid integer overflowPhillip Wood2022-11-101-5/+6
| * config: require at least one digit when parsing numbersPhillip Wood2022-11-101-0/+8
| * git_parse_unsigned: reject negative valuesPhillip Wood2022-11-101-0/+5
* | Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-311-1/+1
|\ \
| * | bundle-uri: create base key-value pair parsingDerrick Stolee2022-10-121-1/+1
* | | Merge branch 'gc/bare-repo-discovery'Junio C Hamano2022-10-261-22/+8
|\ \ \ | |_|/ |/| |
| * | config: respect includes in protected configGlen Choo2022-10-131-22/+8
| |/
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-4/+4
* | hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* | config: mark unused callback parametersJeff King2022-08-191-1/+2
|/
* config.c: NULL check when reading protected configGlen Choo2022-07-271-3/+8
* config: learn `git_protected_config()`Glen Choo2022-07-151-0/+43
* Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-1/+3
|\
| * core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh2022-04-061-1/+1
| * core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh2022-04-061-0/+2
| * Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano2022-04-061-0/+94
| |\
* | \ Merge branch 'tk/simple-autosetupmerge'Junio C Hamano2022-05-261-0/+3
|\ \ \
| * | | branch: new autosetupmerge option 'simple' for matching branchesTao Klerks2022-04-291-0/+3
* | | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-4/+4
| |\ \ \
| | * | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-4/+4
* | | | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-14/+0
|\ \ \ \ \
| * | | | | fsmonitor: config settings are repository-specificJeff Hostetler2022-03-261-14/+0
* | | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-04-041-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | core.fsyncmethod: correctly camel-case warning messageNeeraj Singh2022-03-301-1/+1
* | | | | | core.fsync: new option to harden referencesPatrick Steinhardt2022-03-151-0/+1
* | | | | | Merge branch 'ns/core-fsyncmethod' into ps/fsync-refsJunio C Hamano2022-03-151-0/+94
|\| | | | | | |_|_|_|/ |/| | | |
| * | | | core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh2022-03-151-0/+5
| * | | | core.fsync: new option to harden the indexNeeraj Singh2022-03-111-0/+1
| * | | | core.fsync: add configuration parsingNeeraj Singh2022-03-111-0/+76
| * | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-111-0/+12
| |/ / /
* | | | Merge branch 'en/present-despite-skipped'Junio C Hamano2022-03-091-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | repo_read_index: add config to expect files outside sparse patternsElijah Newren2022-03-021-0/+14
| |/ /
* | | Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-261-0/+1
|\ \ \
| * | | date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* | | | Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-261-5/+34
|\ \ \ \ | |/ / / |/| | |
| * | | config: make git_configset_get_string_tmp() privateDerrick Stolee2022-02-081-2/+2
| * | | config: add repo_config_set_worktree_gently()Derrick Stolee2022-02-081-3/+32
| |/ /
* | | Merge branch 'jt/conditional-config-on-remote-url'Junio C Hamano2022-02-091-8/+124
|\ \ \ | |/ / |/| |
| * | config: include file if remote URL matches a globJonathan Tan2022-01-181-7/+113
| * | config: make git_config_include() staticJonathan Tan2022-01-181-1/+11
| |/
* | Merge branch 'js/branch-track-inherit'Junio C Hamano2022-01-101-1/+4
|\ \
| * | config: require lowercase for branch.*.autosetupmergeJosh Steadmon2021-12-211-1/+1
| * | branch: add flags and config to inherit trackingJosh Steadmon2021-12-211-0/+3
* | | config API: use get_error_routine(), not vreportf()Ævar Arnfjörð Bjarmason2021-12-071-1/+2
| |/ |/|
* | config.c: don't leak memory in handle_path_include()Ævar Arnfjörð Bjarmason2021-10-221-2/+5
|/
* config.c: remove unused git_config_key_is_valid()Ævar Arnfjörð Bjarmason2021-09-281-26/+8
* Merge branch 'rs/drop-core-compression-vars'Junio C Hamano2021-09-231-3/+0
|\