summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/config-global-override'Junio C Hamano2021-05-071-12/+29
|\
| * config: allow overriding of global and system configurationPatrick Steinhardt2021-04-191-3/+14
| * config: unify code paths to get global config pathsPatrick Steinhardt2021-04-191-2/+10
| * config: rename `git_etc_config()`Patrick Steinhardt2021-04-191-10/+8
* | config.c: remove last remnant of GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason2021-04-081-15/+1
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
* Merge branch 'ak/config-bad-bool-error'Junio C Hamano2021-02-171-2/+18
|\
| * config: improve error message for boolean configAndrew Klotz2021-02-111-2/+18
* | Merge branch 'ab/detox-gettext-tests'Junio C Hamano2021-02-101-9/+0
|\ \
| * | tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason2021-01-211-9/+0
| |/
* | Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-251-25/+184
|\ \
| * | config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-151-8/+59
| * | config: store "git -c" variables using more robust formatPatrick Steinhardt2021-01-151-7/+45
| * | config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King2021-01-151-17/+52
| * | config: extract function to parse config pairsPatrick Steinhardt2021-01-121-7/+17
| * | config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-121-0/+25
* | | Merge branch 'ew/decline-core-abbrev'Junio C Hamano2021-01-151-0/+2
|\ \ \ | |_|/ |/| |
| * | core.abbrev=no disables abbreviationsEric Wong2020-12-231-0/+2
* | | Merge branch 'ds/config-literal-value'Junio C Hamano2020-12-081-35/+40
|\ \ \ | |_|/ |/| |
| * | config: plumb --fixed-value into config APIDerrick Stolee2020-11-251-0/+5
| * | config: replace 'value_regex' with 'value_pattern'Derrick Stolee2020-11-251-27/+27
| * | config: convert multi_replace to flagsDerrick Stolee2020-11-251-12/+12
| |/
* | hashmap: provide deallocation function namesElijah Newren2020-11-021-1/+1
|/
* Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-17/+30
|\
| * config: fix leak in git_config_get_expiry_in_days()Jeff King2020-08-171-2/+2
| * config: drop git_config_get_string_const()Jeff King2020-08-171-23/+6
| * config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-0/+30
* | config: work around gcc-10 -Wstringop-overflow warningJeff King2020-08-041-1/+1
|/
* config: reject parsing of files over INT_MAXJeff King2020-04-101-0/+15
* config: use size_t to store parsed variable baselenJeff King2020-04-101-1/+1
* git_config_parse_key(): return baselen as size_tJeff King2020-04-101-7/+10
* config: drop useless length variable in write_pair()Jeff King2020-04-101-3/+1
* parse_config_key(): return subsection len as size_tJeff King2020-04-101-2/+2
* Merge branch 'bw/remote-rename-update-config'Junio C Hamano2020-02-251-0/+8
|\
| * config: provide access to the current line numberBert Wesarg2020-02-101-0/+8
* | Merge branch 'mr/show-config-scope'Junio C Hamano2020-02-171-7/+28
|\ \ | |/
| * submodule-config: add subomdule config scopeMatthew Rogers2020-02-101-0/+2
| * config: teach git_config_source to remember its scopeMatthew Rogers2020-02-101-0/+3
| * config: preserve scope in do_git_config_sequenceMatthew Rogers2020-02-101-1/+2
| * config: clarify meaning of command line scopingMatthew Rogers2020-02-101-3/+3
| * config: split repo scope to local and worktreeMatthew Rogers2020-02-101-7/+6
| * config: make scope_name non-static and rename itMatthew Rogers2020-02-101-0/+16
* | strbuf: add and use strbuf_insertstr()René Scharfe2020-02-101-1/+1
|/
* sparse-checkout: add 'cone' modeDerrick Stolee2019-11-221-0/+5
* Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-11/+13
|\
| * hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-2/+1
| * OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong2019-10-071-1/+0
| * hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-1/+1
| * hashmap: use *_entry APIs for iterationEric Wong2019-10-071-2/+3
| * hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6