summary refs log tree commit diff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Merge branch 'ew/decline-core-abbrev'Junio C Hamano1-0/+2
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt1-8/+59
2021-01-15config: store "git -c" variables using more robust formatPatrick Steinhardt1-7/+45
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King1-17/+52
2021-01-12config: extract function to parse config pairsPatrick Steinhardt1-7/+17
2021-01-12config: add new way to pass config via `--config-env`Patrick Steinhardt1-0/+25
2020-12-23core.abbrev=no disables abbreviationsEric Wong1-0/+2
2020-12-08Merge branch 'ds/config-literal-value'Junio C Hamano1-35/+40
2020-11-25config: plumb --fixed-value into config APIDerrick Stolee1-0/+5
2020-11-25config: replace 'value_regex' with 'value_pattern'Derrick Stolee1-27/+27
2020-11-25config: convert multi_replace to flagsDerrick Stolee1-12/+12
2020-11-02hashmap: provide deallocation function namesElijah Newren1-1/+1
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano1-17/+30
2020-08-17config: fix leak in git_config_get_expiry_in_days()Jeff King1-2/+2
2020-08-17config: drop git_config_get_string_const()Jeff King1-23/+6
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King1-0/+30
2020-08-04config: work around gcc-10 -Wstringop-overflow warningJeff King1-1/+1
2020-04-10config: reject parsing of files over INT_MAXJeff King1-0/+15
2020-04-10config: use size_t to store parsed variable baselenJeff King1-1/+1
2020-04-10git_config_parse_key(): return baselen as size_tJeff King1-7/+10
2020-04-10config: drop useless length variable in write_pair()Jeff King1-3/+1
2020-04-10parse_config_key(): return subsection len as size_tJeff King1-2/+2
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano1-0/+8
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano1-7/+28
2020-02-10config: provide access to the current line numberBert Wesarg1-0/+8
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers1-0/+2
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers1-0/+3
2020-02-10config: preserve scope in do_git_config_sequenceMatthew Rogers1-1/+2
2020-02-10config: clarify meaning of command line scopingMatthew Rogers1-3/+3
2020-02-10config: split repo scope to local and worktreeMatthew Rogers1-7/+6
2020-02-10config: make scope_name non-static and rename itMatthew Rogers1-0/+16
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe1-1/+1
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee1-0/+5
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano1-11/+13
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano1-1/+1
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-2/+1
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong1-1/+0
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong1-1/+1
2019-10-07hashmap: use *_entry APIs for iterationEric Wong1-2/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-1/+2
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-2/+2
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano1-5/+0
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano1-24/+0
2019-08-19config: use the_hash_algo in abbrev comparisonbrian m. carlson1-1/+1
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee1-24/+0
2019-08-06config: stop checking whether the_repository is NULLJeff King1-1/+1
2019-07-31config: work around bug with includeif:onbranch and early configJohannes Schindelin1-1/+2