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