54 Commits (b778c1eef50e001807aa723bdc9cb2685a59db0f)

Author SHA1 Message Date
Derrick Stolee c90702a1f6 config: plumb --fixed-value into config API 4 years ago
Derrick Stolee 247e2f822e config: replace 'value_regex' with 'value_pattern' 4 years ago
Derrick Stolee 504ee1290e config: convert multi_replace to flags 4 years ago
Jeff King 9a53219f69 config: drop git_config_get_string_const() 5 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 5 years ago
Jeff King f011a9654d git_config_parse_key(): return baselen as size_t 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Bert Wesarg f2a2327a4a config: provide access to the current line number 5 years ago
Matthew Rogers 9a83d088ee submodule-config: add subomdule config scope 5 years ago
Matthew Rogers e37efa40e1 config: teach git_config_source to remember its scope 5 years ago
Matthew Rogers 6766e41b8a config: clarify meaning of command line scoping 5 years ago
Matthew Rogers 6dc905d974 config: split repo scope to local and worktree 5 years ago
Matthew Rogers a5cb4204b6 config: make scope_name non-static and rename it 5 years ago
Heba Waly 6c96630cb0 config: move documentation to config.h 5 years ago
Jeff Hostetler f672deec2d trace2: fixup access problem on /etc/gitconfig in read_very_early_config 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Jeff Hostetler 800a7f99a8 config: add read_very_early_config() 6 years ago
Jonathan Nieder 2a9dedef2e index: make index.threads=true enable ieot and eoie 6 years ago
Ben Peart c780b9cfe8 config: add new index.threads config setting 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Han-Wen Nienhuys 8ad169c4ba config: document git config getter return value 7 years ago
Jeff King 4574f1aace config: add options parameter to git_config_from_mem 7 years ago
Jeff King 63583203df config: add CONFIG_ERROR_SILENT handler 7 years ago
Jeff King 66f9722882 config: turn die_on_error into caller-facing enum 7 years ago
Antonio Ospite ad136370b2 config: move config_from_gitmodules to submodule-config.c 7 years ago
Max Kirillov c79edf73f4 http-backend: respect CONTENT_LENGTH as specified by rfc3875 7 years ago
Nguyễn Thái Ngọc Duy a73b3680c4 Add and use generic name->id mapping code for color slot parsing 7 years ago
Taylor Blau 6d2f9acc0f config.c: introduce 'git_config_color' to parse ANSI colors 7 years ago
Johannes Schindelin 8032cc4462 config: introduce an optional event stream while parsing 7 years ago
Haaris Mehmood 5f9674243d config: add --expiry-date 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Martin Ågren d389028695 config: remove git_config_maybe_bool 7 years ago
Junio C Hamano 6e96cb5286 rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved 8 years ago
Brandon Williams b22e51cb26 config: add config_from_gitmodules 8 years ago
brian m. carlson cd73de4714 submodule: convert submodule config lookup to use object_id 8 years ago
Brandon Williams 3b256228a6 config: read config from a repository object 8 years ago
Brandon Williams dc8441fdb4 config: don't implicitly use gitdir or commondir 8 years ago
Brandon Williams a577fb5fdc config: respect commondir 8 years ago
Brandon Williams f1c985da05 config: remove git_config_iter 8 years ago
Brandon Williams e67a57fc51 config: create config.h 8 years ago