summaryrefslogtreecommitdiffstats
path: root/config.h (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'ab/retire-git-config-key-is-valid'Junio C Hamano2021-10-11-1/+0
|\
| * config.c: remove unused git_config_key_is_valid()Ævar Arnfjörð Bjarmason2021-09-28-1/+0
* | Merge branch 'ab/retire-decl-of-missing-unused-funcs'Junio C Hamano2021-10-06-1/+0
|\ \ | |/ |/|
| * config.h: remove unused git_config_get_untracked_cache() declarationÆvar Arnfjörð Bjarmason2021-10-01-1/+0
* | submodule-config: pass repo upon blob config readJonathan Tan2021-09-08-0/+3
|/
* Merge branch 'ds/gender-neutral-doc'Junio C Hamano2021-07-16-2/+2
|\
| * comments: avoid using the gender of our usersFelipe Contreras2021-06-16-2/+2
* | config: unify code paths to get global config pathsPatrick Steinhardt2021-04-19-0/+1
* | config: rename `git_etc_config()`Patrick Steinhardt2021-04-19-1/+2
|/
* Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-25-0/+1
|\
| * config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-12-0/+1
* | config: plumb --fixed-value into config APIDerrick Stolee2020-11-25-0/+7
* | config: replace 'value_regex' with 'value_pattern'Derrick Stolee2020-11-25-1/+1
* | config: convert multi_replace to flagsDerrick Stolee2020-11-25-7/+22
|/
* config: drop git_config_get_string_const()Jeff King2020-08-17-10/+1
* config: fix leaks from git_config_get_string_const()Jeff King2020-08-14-0/+10
* git_config_parse_key(): return baselen as size_tJeff King2020-04-10-1/+1
* parse_config_key(): return subsection len as size_tJeff King2020-04-10-1/+1
* config: provide access to the current line numberBert Wesarg2020-02-10-0/+1
* submodule-config: add subomdule config scopeMatthew Rogers2020-02-10-0/+1
* config: teach git_config_source to remember its scopeMatthew Rogers2020-02-10-10/+11
* config: clarify meaning of command line scopingMatthew Rogers2020-02-10-1/+1
* config: split repo scope to local and worktreeMatthew Rogers2020-02-10-1/+2
* config: make scope_name non-static and rename itMatthew Rogers2020-02-10-0/+1
* config: move documentation to config.hHeba Waly2019-10-24-0/+335
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-13-114/+114
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-05-22/+22
| * *.[ch]: remove extern from function declarations using sedDenton Liu2019-05-05-1/+1
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-05-91/+91
* | trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler2019-05-07-0/+1
* | config: add read_very_early_config()Jeff Hostetler2019-04-16-0/+4
|/
* index: make index.threads=true enable ieot and eoieJonathan Nieder2018-11-21-1/+1
* config: add new index.threads config settingBen Peart2018-10-11-0/+1
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-20-0/+5
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-15-0/+5
* | Merge branch 'hn/config-in-code-comment'Junio C Hamano2018-08-17-1/+6
|\ \
| * | config: document git config getter return valueHan-Wen Nienhuys2018-08-06-1/+6
* | | Merge branch 'mk/http-backend-content-length'Junio C Hamano2018-08-17-0/+1
|\ \ \ | |_|/ |/| |
| * | http-backend: respect CONTENT_LENGTH as specified by rfc3875Max Kirillov2018-06-11-0/+1
| |/
* | Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano2018-08-02-2/+11
|\ \
| * | config: add options parameter to git_config_from_memJeff King2018-07-03-2/+5
| * | config: add CONFIG_ERROR_SILENT handlerJeff King2018-07-03-0/+1
| * | config: turn die_on_error into caller-facing enumJeff King2018-07-03-0/+5
* | | config: move config_from_gitmodules to submodule-config.cAntonio Ospite2018-06-26-10/+0
|/ /
* / Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-29-0/+4
|/
* Merge branch 'tb/config-default'Junio C Hamano2018-05-08-0/+1
|\
| * config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau2018-04-23-0/+1
* | config: introduce an optional event stream while parsingJohannes Schindelin2018-04-09-0/+25
|/
* Merge branch 'hm/config-parse-expiry-date'Junio C Hamano2017-12-06-0/+1
|\
| * config: add --expiry-dateHaaris Mehmood2017-11-18-0/+1