summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gc/config-parsing-cleanup'Junio C Hamano2023-04-061-0/+1
|\
| * config: report cached filenames in die_bad_number()Glen Choo2023-03-281-0/+1
* | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-9/+63
|\ \ | |/ |/|
| * config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-0/+19
| * config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-8/+21
| * config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-0/+22
* | config.h: remove unused git_configset_add_parameters()Ævar Arnfjörð Bjarmason2023-02-071-9/+0
|/
* bundle-uri: create base key-value pair parsingDerrick Stolee2022-10-121-0/+1
* config: learn `git_protected_config()`Glen Choo2022-07-141-0/+16
* fsmonitor: config settings are repository-specificJeff Hostetler2022-03-251-1/+0
* Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-251-1/+8
|\
| * config: make git_configset_get_string_tmp() privateDerrick Stolee2022-02-081-1/+0
| * config: add repo_config_set_worktree_gently()Derrick Stolee2022-02-081-0/+8
* | config: include file if remote URL matches a globJonathan Tan2022-01-181-0/+9
* | config: make git_config_include() staticJonathan Tan2022-01-181-33/+4
|/
* Merge branch 'ab/retire-git-config-key-is-valid'Junio C Hamano2021-10-111-1/+0
|\
| * config.c: remove unused git_config_key_is_valid()Ævar Arnfjörð Bjarmason2021-09-281-1/+0
* | Merge branch 'ab/retire-decl-of-missing-unused-funcs'Junio C Hamano2021-10-061-1/+0
|\ \ | |/ |/|
| * config.h: remove unused git_config_get_untracked_cache() declarationÆvar Arnfjörð Bjarmason2021-10-011-1/+0
* | submodule-config: pass repo upon blob config readJonathan Tan2021-09-081-0/+3
|/
* Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-161-2/+2
|\
| * comments: avoid using the gender of our usersFelipe Contreras2021-06-161-2/+2
* | config: unify code paths to get global config pathsPatrick Steinhardt2021-04-191-0/+1
* | config: rename `git_etc_config()`Patrick Steinhardt2021-04-191-1/+2
|/
* Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-251-0/+1
|\
| * config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-121-0/+1
* | config: plumb --fixed-value into config APIDerrick Stolee2020-11-251-0/+7
* | config: replace 'value_regex' with 'value_pattern'Derrick Stolee2020-11-251-1/+1
* | config: convert multi_replace to flagsDerrick Stolee2020-11-251-7/+22
|/
* config: drop git_config_get_string_const()Jeff King2020-08-171-10/+1
* config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-0/+10
* git_config_parse_key(): return baselen as size_tJeff King2020-04-101-1/+1
* parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
* config: provide access to the current line numberBert Wesarg2020-02-101-0/+1
* submodule-config: add subomdule config scopeMatthew Rogers2020-02-101-0/+1
* config: teach git_config_source to remember its scopeMatthew Rogers2020-02-101-10/+11
* config: clarify meaning of command line scopingMatthew Rogers2020-02-101-1/+1
* config: split repo scope to local and worktreeMatthew Rogers2020-02-101-1/+2
* config: make scope_name non-static and rename itMatthew Rogers2020-02-101-0/+1
* config: move documentation to config.hHeba Waly2019-10-241-0/+335
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-114/+114
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-22/+22
| * *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-051-1/+1
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-91/+91
* | trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler2019-05-071-0/+1
* | config: add read_very_early_config()Jeff Hostetler2019-04-161-0/+4
|/
* index: make index.threads=true enable ieot and eoieJonathan Nieder2018-11-211-1/+1
* config: add new index.threads config settingBen Peart2018-10-111-0/+1
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+5
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+5