summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-26Merge branch 'tk/simple-autosetupmerge'Junio C Hamano
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks
2022-04-06core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh
2022-04-06core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh
2022-04-06Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano
2022-04-04Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-30core.fsyncmethod: correctly camel-case warning messageNeeraj Singh
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler
2022-03-15core.fsync: new option to harden referencesPatrick Steinhardt
2022-03-15Merge branch 'ns/core-fsyncmethod' into ps/fsync-refsJunio C Hamano
2022-03-15core.fsync: documentation and user-friendly aggregate optionsNeeraj Singh
2022-03-10core.fsync: new option to harden the indexNeeraj Singh
2022-03-10core.fsync: add configuration parsingNeeraj Singh
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh
2022-03-09Merge branch 'en/present-despite-skipped'Junio C Hamano
2022-03-02repo_read_index: add config to expect files outside sparse patternsElijah Newren
2022-02-25Merge branch 'ab/date-mode-release'Junio C Hamano
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason
2022-02-09Merge branch 'jt/conditional-config-on-remote-url'Junio C Hamano
2022-02-08config: make git_configset_get_string_tmp() privateDerrick Stolee
2022-02-08config: add repo_config_set_worktree_gently()Derrick Stolee
2022-01-18config: include file if remote URL matches a globJonathan Tan
2022-01-18config: make git_config_include() staticJonathan Tan
2022-01-10Merge branch 'js/branch-track-inherit'Junio C Hamano
2021-12-21config: require lowercase for branch.*.autosetupmergeJosh Steadmon
2021-12-21branch: add flags and config to inherit trackingJosh Steadmon
2021-12-07config API: use get_error_routine(), not vreportf()Ævar Arnfjörð Bjarmason
2021-10-21config.c: don't leak memory in handle_path_include()Ævar Arnfjörð Bjarmason
2021-09-28config.c: remove unused git_config_key_is_valid()Ævar Arnfjörð Bjarmason
2021-09-23Merge branch 'rs/drop-core-compression-vars'Junio C Hamano
2021-09-20Merge branch 'jt/grep-wo-submodule-odb-as-alternate'Junio C Hamano
2021-09-12compression: drop write-only core_compression_* variablesRené Scharfe
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan
2021-08-24Merge branch 'js/expand-runtime-prefix'Junio C Hamano
2021-07-26Use a better name for the function interpolating pathsJohannes Schindelin
2021-07-17Merge branch 'ds/gender-neutral-doc'Junio C Hamano
2021-07-17Merge branch 'ab/struct-init'Junio C Hamano
2021-07-17Merge branch 'ew/mmap-failures'Junio C Hamano
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason
2021-06-30xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong
2021-06-29config: normalize the path of the system gitconfigJohannes Schindelin
2021-06-16*: fix typosDerrick Stolee
2021-05-07Merge branch 'ps/config-global-override'Junio C Hamano
2021-04-19config: allow overriding of global and system configurationPatrick Steinhardt