aboutsummaryrefslogtreecommitdiffstats
path: root/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
|\
| * compression: drop write-only core_compression_* variablesRené Scharfe2021-09-121-3/+0
* | Merge branch 'jt/grep-wo-submodule-odb-as-alternate'Junio C Hamano2021-09-201-7/+13
|\ \
| * | submodule-config: pass repo upon blob config readJonathan Tan2021-09-081-7/+13
| |/
* | Merge branch 'js/expand-runtime-prefix'Junio C Hamano2021-08-241-4/+4
|\ \ | |/ |/|
| * Use a better name for the function interpolating pathsJohannes Schindelin2021-07-261-4/+4
* | Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-161-1/+1
|\ \
| * | *: fix typosDerrick Stolee2021-06-161-1/+1
* | | Merge branch 'ab/struct-init'Junio C Hamano2021-07-161-1/+1
|\ \ \
| * | | string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason2021-07-011-1/+1
| | |/ | |/|
* | | Merge branch 'ew/mmap-failures'Junio C Hamano2021-07-161-1/+2
|\ \ \
| * | | xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-291-1/+2
| |/ /
* / / config: normalize the path of the system gitconfigJohannes Schindelin2021-06-281-3/+4
|/ /
* | Merge branch 'ps/config-global-override'Junio C Hamano2021-05-071-12/+29
|\ \
| * | config: allow overriding of global and system configurationPatrick Steinhardt2021-04-191-3/+14