summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.37.7Johannes Schindelin2023-04-171-11/+25
|\
| * Sync with 2.36.6Johannes Schindelin2023-04-171-11/+25
| |\
| | * Sync with 2.35.8Johannes Schindelin2023-04-171-11/+25
| | |\
| | | * Sync with 2.34.8Johannes Schindelin2023-04-171-11/+25
| | | |\
| | | | * Sync with 2.33.8Johannes Schindelin2023-04-171-11/+25
| | | | |\
| | | | | * Sync with 2.32.7Johannes Schindelin2023-04-171-11/+25
| | | | | |\
| | | | | | * Sync with 2.31.8Johannes Schindelin2023-04-171-11/+25
| | | | | | |\
| | | | | | | * Sync with 2.30.9Johannes Schindelin2023-04-171-11/+25
| | | | | | | |\
| | | | | | | | * config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2023-04-171-0/+13
| | | | | | | | * config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau2023-04-171-5/+5
| | | | | | | | * config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2023-04-171-6/+7
* | | | | | | | | 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-261-3/+8
* | | | | | | | | config: learn `git_protected_config()`Glen Choo2022-07-141-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-201-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-251-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-101-0/+1
| * | | | | | | | core.fsync: add configuration parsingNeeraj Singh2022-03-101-0/+76
| * | | | | | | | core.fsyncmethod: add writeout-only modeNeeraj Singh2022-03-101-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-011-0/+14
| |/ / / / / /
* | | | | | | Merge branch 'ab/date-mode-release'Junio C Hamano2022-02-251-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-251-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-201-1/+1
| * | | | | | branch: add flags and config to inherit trackingJosh Steadmon2021-12-201-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-211-2/+5
|/ / / / /