summaryrefslogtreecommitdiffstats
path: root/config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'hn/config-in-code-comment'Junio C Hamano2018-08-171-1/+6
|\ \
| * | config: document git config getter return valueHan-Wen Nienhuys2018-08-061-1/+6
* | | Merge branch 'mk/http-backend-content-length'Junio C Hamano2018-08-171-0/+1
|\ \ \ | |_|/ |/| |
| * | http-backend: respect CONTENT_LENGTH as specified by rfc3875Max Kirillov2018-06-111-0/+1
| |/
* | Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano2018-08-021-2/+11
|\ \
| * | config: add options parameter to git_config_from_memJeff King2018-07-031-2/+5
| * | config: add CONFIG_ERROR_SILENT handlerJeff King2018-07-031-0/+1
| * | config: turn die_on_error into caller-facing enumJeff King2018-07-031-0/+5
* | | config: move config_from_gitmodules to submodule-config.cAntonio Ospite2018-06-261-10/+0
|/ /
* / Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-291-0/+4
|/
* Merge branch 'tb/config-default'Junio C Hamano2018-05-081-0/+1
|\
| * config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau2018-04-231-0/+1
* | config: introduce an optional event stream while parsingJohannes Schindelin2018-04-091-0/+25
|/
* Merge branch 'hm/config-parse-expiry-date'Junio C Hamano2017-12-061-0/+1
|\
| * config: add --expiry-dateHaaris Mehmood2017-11-181-0/+1
* | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+1
|\ \ | |/ |/|
| * fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.Ben Peart2017-10-011-0/+1
* | Merge branch 'sd/branch-copy'Junio C Hamano2017-10-031-0/+2
* | Merge branch 'ma/remove-config-maybe-bool'Junio C Hamano2017-09-191-1/+0
|\ \ | |/ |/|
| * config: remove git_config_maybe_boolMartin Ågren2017-09-071-1/+0