summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-08Merge branch 'ds/config-literal-value'Libravatar Junio C Hamano1-35/+40
2020-11-25config: plumb --fixed-value into config APILibravatar Derrick Stolee1-0/+5
2020-11-25config: replace 'value_regex' with 'value_pattern'Libravatar Derrick Stolee1-27/+27
2020-11-25config: convert multi_replace to flagsLibravatar Derrick Stolee1-12/+12
2020-11-02hashmap: provide deallocation function namesLibravatar Elijah Newren1-1/+1
2020-08-27Merge branch 'jk/leakfix'Libravatar Junio C Hamano1-17/+30
2020-08-17config: fix leak in git_config_get_expiry_in_days()Libravatar Jeff King1-2/+2
2020-08-17config: drop git_config_get_string_const()Libravatar Jeff King1-23/+6
2020-08-14config: fix leaks from git_config_get_string_const()Libravatar Jeff King1-0/+30
2020-08-04config: work around gcc-10 -Wstringop-overflow warningLibravatar Jeff King1-1/+1
2020-04-10config: reject parsing of files over INT_MAXLibravatar Jeff King1-0/+15
2020-04-10config: use size_t to store parsed variable baselenLibravatar Jeff King1-1/+1
2020-04-10git_config_parse_key(): return baselen as size_tLibravatar Jeff King1-7/+10
2020-04-10config: drop useless length variable in write_pair()Libravatar Jeff King1-3/+1
2020-04-10parse_config_key(): return subsection len as size_tLibravatar Jeff King1-2/+2
2020-02-25Merge branch 'bw/remote-rename-update-config'Libravatar Junio C Hamano1-0/+8
2020-02-17Merge branch 'mr/show-config-scope'Libravatar Junio C Hamano1-7/+28
2020-02-10config: provide access to the current line numberLibravatar Bert Wesarg1-0/+8
2020-02-10submodule-config: add subomdule config scopeLibravatar Matthew Rogers1-0/+2
2020-02-10config: teach git_config_source to remember its scopeLibravatar Matthew Rogers1-0/+3
2020-02-10config: preserve scope in do_git_config_sequenceLibravatar Matthew Rogers1-1/+2
2020-02-10config: clarify meaning of command line scopingLibravatar Matthew Rogers1-3/+3
2020-02-10config: split repo scope to local and worktreeLibravatar Matthew Rogers1-7/+6
2020-02-10config: make scope_name non-static and rename itLibravatar Matthew Rogers1-0/+16
2020-02-10strbuf: add and use strbuf_insertstr()Libravatar René Scharfe1-1/+1
2019-11-22sparse-checkout: add 'cone' modeLibravatar Derrick Stolee1-0/+5
2019-10-15Merge branch 'ew/hashmap'Libravatar Junio C Hamano1-11/+13
2019-10-11Merge branch 'bc/object-id-part17'Libravatar Junio C Hamano1-1/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryLibravatar Eric Wong1-2/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsLibravatar Eric Wong1-1/+0
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-1/+1
2019-10-07hashmap: use *_entry APIs for iterationLibravatar Eric Wong1-2/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Libravatar Eric Wong1-1/+2
2019-10-07hashmap_get takes "const struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-2/+2
2019-09-18Merge branch 'cc/multi-promisor'Libravatar Junio C Hamano1-5/+0
2019-09-09Merge branch 'ds/feature-macros'Libravatar Junio C Hamano1-24/+0
2019-08-19config: use the_hash_algo in abbrev comparisonLibravatar brian m. carlson1-1/+1
2019-08-13repo-settings: parse core.untrackedCacheLibravatar Derrick Stolee1-24/+0
2019-08-06config: stop checking whether the_repository is NULLLibravatar Jeff King1-1/+1
2019-07-31config: work around bug with includeif:onbranch and early configLibravatar Johannes Schindelin1-1/+2
2019-07-25Merge branch 'ab/test-env'Libravatar Junio C Hamano1-9/+19
2019-07-09Merge branch 'rs/config-unit-parsing'Libravatar Junio C Hamano1-21/+18
2019-07-09Merge branch 'js/gcc-8-and-9'Libravatar Junio C Hamano1-2/+2
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cLibravatar Christian Couder1-5/+0
2019-06-24config: simplify parsing of unit factorsLibravatar René Scharfe1-18/+12
2019-06-24config: don't multiply in parse_unit_factor()Libravatar René Scharfe1-7/+9
2019-06-24config: use unsigned_mult_overflows to check for overflowsLibravatar René Scharfe1-6/+7