summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-25Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Libravatar Junio C Hamano1-1/+8
2022-02-08config: make git_configset_get_string_tmp() privateLibravatar Derrick Stolee1-1/+0
2022-02-08config: add repo_config_set_worktree_gently()Libravatar Derrick Stolee1-0/+8
2022-01-18config: include file if remote URL matches a globLibravatar Jonathan Tan1-0/+9
2022-01-18config: make git_config_include() staticLibravatar Jonathan Tan1-33/+4
2021-10-11Merge branch 'ab/retire-git-config-key-is-valid'Libravatar Junio C Hamano1-1/+0
2021-10-06Merge branch 'ab/retire-decl-of-missing-unused-funcs'Libravatar Junio C Hamano1-1/+0
2021-10-01config.h: remove unused git_config_get_untracked_cache() declarationLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2021-09-28config.c: remove unused git_config_key_is_valid()Libravatar Ævar Arnfjörð Bjarmason1-1/+0
2021-09-08submodule-config: pass repo upon blob config readLibravatar Jonathan Tan1-0/+3
2021-07-16Merge branch 'ds/gender-neutral-doc'Libravatar Junio C Hamano1-2/+2
2021-06-16comments: avoid using the gender of our usersLibravatar Felipe Contreras1-2/+2
2021-04-19config: unify code paths to get global config pathsLibravatar Patrick Steinhardt1-0/+1
2021-04-19config: rename `git_etc_config()`Libravatar Patrick Steinhardt1-1/+2
2021-01-25Merge branch 'ps/config-env-pairs'Libravatar Junio C Hamano1-0/+1
2021-01-12config: add new way to pass config via `--config-env`Libravatar Patrick Steinhardt1-0/+1
2020-11-25config: plumb --fixed-value into config APILibravatar Derrick Stolee1-0/+7
2020-11-25config: replace 'value_regex' with 'value_pattern'Libravatar Derrick Stolee1-1/+1
2020-11-25config: convert multi_replace to flagsLibravatar Derrick Stolee1-7/+22
2020-08-17config: drop git_config_get_string_const()Libravatar Jeff King1-10/+1
2020-08-14config: fix leaks from git_config_get_string_const()Libravatar Jeff King1-0/+10
2020-04-10git_config_parse_key(): return baselen as size_tLibravatar Jeff King1-1/+1
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King1-1/+1
2020-02-10config: provide access to the current line numberLibravatar Bert Wesarg1-0/+1
2020-02-10submodule-config: add subomdule config scopeLibravatar Matthew Rogers1-0/+1
2020-02-10config: teach git_config_source to remember its scopeLibravatar Matthew Rogers1-10/+11
2020-02-10config: clarify meaning of command line scopingLibravatar Matthew Rogers1-1/+1
2020-02-10config: split repo scope to local and worktreeLibravatar Matthew Rogers1-1/+2
2020-02-10config: make scope_name non-static and rename itLibravatar Matthew Rogers1-0/+1
2019-10-24config: move documentation to config.hLibravatar Heba Waly1-0/+335
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Libravatar Junio C Hamano1-114/+114
2019-05-07trace2: fixup access problem on /etc/gitconfig in read_very_early_configLibravatar Jeff Hostetler1-0/+1
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-22/+22
2019-05-05*.[ch]: remove extern from function declarations using sedLibravatar Denton Liu1-1/+1
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-91/+91
2019-04-16config: add read_very_early_config()Libravatar Jeff Hostetler1-0/+4
2018-11-21index: make index.threads=true enable ieot and eoieLibravatar Jonathan Nieder1-1/+1
2018-10-11config: add new index.threads config settingLibravatar Ben Peart1-0/+1
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-0/+5
2018-08-17Merge branch 'hn/config-in-code-comment'Libravatar Junio C Hamano1-1/+6
2018-08-17Merge branch 'mk/http-backend-content-length'Libravatar Junio C Hamano1-0/+1
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+5
2018-08-06config: document git config getter return valueLibravatar Han-Wen Nienhuys1-1/+6
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Libravatar Junio C Hamano1-2/+11
2018-07-03config: add options parameter to git_config_from_memLibravatar Jeff King1-2/+5
2018-07-03config: add CONFIG_ERROR_SILENT handlerLibravatar Jeff King1-0/+1
2018-07-03config: turn die_on_error into caller-facing enumLibravatar Jeff King1-0/+5
2018-06-26config: move config_from_gitmodules to submodule-config.cLibravatar Antonio Ospite1-10/+0
2018-06-11http-backend: respect CONTENT_LENGTH as specified by rfc3875Libravatar Max Kirillov1-0/+1
2018-05-29Add and use generic name->id mapping code for color slot parsingLibravatar Nguyễn Thái Ngọc Duy1-0/+4