summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2020-04-10config: reject parsing of files over INT_MAXJeff King
2020-04-10config: use size_t to store parsed variable baselenJeff King
2020-04-10git_config_parse_key(): return baselen as size_tJeff King
2020-04-10config: drop useless length variable in write_pair()Jeff King
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano
2020-02-17Merge branch 'mr/show-config-scope'Junio C Hamano
2020-02-10config: provide access to the current line numberBert Wesarg
2020-02-10submodule-config: add subomdule config scopeMatthew Rogers
2020-02-10config: teach git_config_source to remember its scopeMatthew Rogers
2020-02-10config: preserve scope in do_git_config_sequenceMatthew Rogers
2020-02-10config: clarify meaning of command line scopingMatthew Rogers
2020-02-10config: split repo scope to local and worktreeMatthew Rogers
2020-02-10config: make scope_name non-static and rename itMatthew Rogers
2020-02-10strbuf: add and use strbuf_insertstr()René Scharfe
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-08-19config: use the_hash_algo in abbrev comparisonbrian m. carlson
2019-08-13repo-settings: parse core.untrackedCacheDerrick Stolee
2019-08-06config: stop checking whether the_repository is NULLJeff King
2019-07-31config: work around bug with includeif:onbranch and early configJohannes Schindelin
2019-07-25Merge branch 'ab/test-env'Junio C Hamano
2019-07-09Merge branch 'rs/config-unit-parsing'Junio C Hamano
2019-07-09Merge branch 'js/gcc-8-and-9'Junio C Hamano
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder
2019-06-24config: simplify parsing of unit factorsRené Scharfe
2019-06-24config: don't multiply in parse_unit_factor()René Scharfe
2019-06-24config: use unsigned_mult_overflows to check for overflowsRené Scharfe
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason
2019-06-21config.c: refactor die_bad_number() to not call gettext() earlyÆvar Arnfjörð Bjarmason
2019-06-13config: avoid calling `labs()` on too-large data typeJohannes Schindelin
2019-06-05config: learn the "onbranch:" includeIf conditionDenton Liu
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano
2019-05-07trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler
2019-04-22Merge branch 'nd/include-if-wildmatch'Junio C Hamano
2019-04-16config: add read_very_early_config()Jeff Hostetler
2019-04-16config: initialize opts structure in repo_read_config()Jeff Hostetler
2019-04-01config: correct '**' matching in includeIf patternsNguyễn Thái Ngọc Duy