summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Expand)Author
2021-07-17Merge branch 'ds/gender-neutral-doc'Junio C Hamano
2021-06-16comments: avoid using the gender of our usersFelipe Contreras
2021-04-19config: unify code paths to get global config pathsPatrick Steinhardt
2021-04-19config: rename `git_etc_config()`Patrick Steinhardt
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee
2020-11-25config: convert multi_replace to flagsDerrick Stolee
2020-08-17config: drop git_config_get_string_const()Jeff King
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-04-10git_config_parse_key(): return baselen as size_tJeff King
2020-04-10parse_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
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-07trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-16config: add read_very_early_config()Jeff Hostetler
2018-11-21index: make index.threads=true enable ieot and eoieJonathan Nieder
2018-10-11config: add new index.threads config settingBen Peart
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-17Merge branch 'hn/config-in-code-comment'Junio C Hamano
2018-08-17Merge branch 'mk/http-backend-content-length'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-06config: document git config getter return valueHan-Wen Nienhuys
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano
2018-07-03config: add options parameter to git_config_from_memJeff King
2018-07-03config: add CONFIG_ERROR_SILENT handlerJeff King
2018-07-03config: turn die_on_error into caller-facing enumJeff King
2018-06-26config: move config_from_gitmodules to submodule-config.cAntonio Ospite
2018-06-11http-backend: respect CONTENT_LENGTH as specified by rfc3875Max Kirillov
2018-05-29Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy
2018-05-08Merge branch 'tb/config-default'Junio C Hamano
2018-04-23config.c: introduce 'git_config_color' to parse ANSI colorsTaylor Blau
2018-04-09config: introduce an optional event stream while parsingJohannes Schindelin
2017-12-06Merge branch 'hm/config-parse-expiry-date'Junio C Hamano
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-18config: add --expiry-dateHaaris Mehmood
2017-10-03Merge branch 'sd/branch-copy'Junio C Hamano
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-19Merge branch 'ma/remove-config-maybe-bool'Junio C Hamano
2017-09-07config: remove git_config_maybe_boolMartin Ågren