summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* 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-datehm/config-parse-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 ...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_boolma/remove-config-maybe-boolMartin Ågren2017-09-071-1/+0
* | Merge branch 'jc/cutoff-config'Junio C Hamano2017-08-261-0/+3
|\ \ | |/ |/|
| * rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolvedjc/cutoff-configJunio C Hamano2017-08-221-0/+3
* | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-08-221-0/+10
|\ \
| * | config: add config_from_gitmodulesBrandon Williams2017-08-021-0/+10
| |/
* | submodule: convert submodule config lookup to use object_idbrian m. carlson2017-07-171-2/+2
|/
* config: read config from a repository objectBrandon Williams2017-06-231-0/+24
* config: don't implicitly use gitdir or commondirbw/config-hBrandon Williams2017-06-151-3/+3
* config: respect commondirBrandon Williams2017-06-151-0/+1
* config: remove git_config_iterBrandon Williams2017-06-151-1/+0
* config: create config.hBrandon Williams2017-06-151-0/+194