summaryrefslogtreecommitdiffstats
path: root/config.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: make dependency on repo in `read_early_config()` explicitPatrick Steinhardt2024-09-121-1/+1
* config: document `read_early_config()` and `read_very_early_config()`Patrick Steinhardt2024-09-121-0/+11
* Merge branch 'ps/maintenance-detach-fix'Junio C Hamano2024-08-261-1/+1
|\
| * config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt2024-08-161-1/+1
* | config: hide functions using `the_repository` by defaultPatrick Steinhardt2024-08-131-78/+171
* | config: pass repo to functions that rename or copy sectionsPatrick Steinhardt2024-08-131-4/+4
* | config: pass repo to `git_die_config()`Patrick Steinhardt2024-08-131-1/+2
* | config: pass repo to `git_config_get_expiry_in_days()`Patrick Steinhardt2024-08-131-1/+2
* | config: pass repo to `git_config_get_expiry()`Patrick Steinhardt2024-08-131-1/+1
* | config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt2024-08-131-1/+1
* | config: pass repo to `git_config_get_split_index()`Patrick Steinhardt2024-08-131-1/+1
* | config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt2024-08-131-1/+1
* | config: expose `repo_config_clear()`Patrick Steinhardt2024-08-131-0/+1
* | config: introduce missing setters that take repo as parameterPatrick Steinhardt2024-08-131-1/+14
|/
* Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano2024-06-251-0/+7
|\
| * config: introduce `git_config_double()`Taylor Blau2024-05-241-0/+7
* | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-5/+5
|\ \
| * | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-1/+1
| * | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-4/+4
* | | config: make the config source constPatrick Steinhardt2024-05-151-1/+1
|/ /
* / config: clarify memory ownership when preparing comment stringsPatrick Steinhardt2024-05-061-1/+1
|/
* config: allow tweaking whitespace between value and commentJunio C Hamano2024-03-161-0/+2
* config: add --comment option to add a commentRalph Seichter2024-03-151-2/+2
* config: factor out global config file retrievalKristoffer Haugsbakk2024-01-181-0/+1
* config: rename global config functionKristoffer Haugsbakk2024-01-181-1/+1
* parse: separate out parsing functions from config.hCalvin Wan2023-09-301-13/+1
* config: pass source to config_parser_event_fn_tGlen Choo2023-06-281-0/+6
* config: add kvi.path, use it to evaluate includesGlen Choo2023-06-281-0/+2
* config: pass kvi to die_bad_number()Glen Choo2023-06-281-6/+11
* trace2: plumb config kviGlen Choo2023-06-281-1/+0
* config.c: pass ctx with CLI configGlen Choo2023-06-281-2/+1
* config: pass ctx with config filesGlen Choo2023-06-281-3/+5
* config.c: pass ctx in configsetsGlen Choo2023-06-281-1/+1
* config: add ctx arg to config_fn_tGlen Choo2023-06-281-10/+31
* config: pass 'repo' directly to 'config_with_options()'Victoria Dye2023-05-261-2/+2
* Merge branch 'gc/config-parsing-cleanup'Junio C Hamano2023-04-061-0/+1
|\
| * config: report cached filenames in die_bad_number()Glen Choo2023-03-281-0/+1
* | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-9/+63
|\ \ | |/ |/|
| * config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-0/+19
| * config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-8/+21
| * config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-0/+22
* | config.h: remove unused git_configset_add_parameters()Ævar Arnfjörð Bjarmason2023-02-071-9/+0
|/
* bundle-uri: create base key-value pair parsingDerrick Stolee2022-10-121-0/+1
* config: learn `git_protected_config()`Glen Choo2022-07-151-0/+16
* fsmonitor: config settings are repository-specificJeff Hostetler2022-03-261-1/+0
* Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-261-1/+8
|\
| * config: make git_configset_get_string_tmp() privateDerrick Stolee2022-02-081-1/+0
| * config: add repo_config_set_worktree_gently()Derrick Stolee2022-02-081-0/+8
* | config: include file if remote URL matches a globJonathan Tan2022-01-181-0/+9
* | config: make git_config_include() staticJonathan Tan2022-01-181-33/+4
|/