Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-30parse: separate out parsing functions from config.hCalvin Wan
2023-06-29config: pass source to config_parser_event_fn_tGlen Choo
2023-06-29config: add kvi.path, use it to evaluate includesGlen Choo
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29trace2: plumb config kviGlen Choo
2023-06-29config.c: pass ctx with CLI configGlen Choo
2023-06-29config: pass ctx with config filesGlen Choo
2023-06-29config.c: pass ctx in configsetsGlen Choo
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye
2023-04-06Merge branch 'gc/config-parsing-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-03-28config: report cached filenames in die_bad_number()Glen Choo
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason
2023-03-28config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason
2023-02-07config.h: remove unused git_configset_add_parameters()Ævar Arnfjörð Bjarmason
2022-10-12bundle-uri: create base key-value pair parsingDerrick Stolee
2022-07-15config: learn `git_protected_config()`Glen Choo
2022-03-26fsmonitor: config settings are repository-specificJeff Hostetler
2022-02-26Merge branch 'ds/sparse-checkout-requires-per-worktree-config'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-19config: include file if remote URL matches a globJonathan Tan
2022-01-19config: make git_config_include() staticJonathan Tan
2021-10-11Merge branch 'ab/retire-git-config-key-is-valid'Junio C Hamano
2021-10-06Merge branch 'ab/retire-decl-of-missing-unused-funcs'Junio C Hamano
2021-10-02config.h: remove unused git_config_get_untracked_cache() declarationÆvar Arnfjörð Bjarmason
2021-09-29config.c: remove unused git_config_key_is_valid()Ævar Arnfjörð Bjarmason
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan
2021-07-17Merge branch 'ds/gender-neutral-doc'Junio C Hamano
2021-06-16comments: avoid using the gender of our usersFelipe Contreras
2021-04-20config: unify code paths to get global config pathsPatrick Steinhardt
2021-04-20config: rename `git_etc_config()`Patrick Steinhardt
2021-01-26Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt
2020-11-26config: plumb --fixed-value into config APIDerrick Stolee
2020-11-26config: replace 'value_regex' with 'value_pattern'Derrick Stolee
2020-11-26config: convert multi_replace to flagsDerrick Stolee
2020-08-18config: drop git_config_get_string_const()Jeff King
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-04-11git_config_parse_key(): return baselen as size_tJeff King
2020-04-11parse_config_key(): return subsection len as size_tJeff King
2020-02-10config: provide access to the current line numberBert Wesarg
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers
2020-02-10config: clarify meaning of command line scopingMatthew Rogers
2020-02-10config: split repo scope to local and worktreeMatthew Rogers
2020-02-10config: make scope_name non-static and rename itMatthew Rogers
2019-10-24config: move documentation to config.hHeba Waly