summaryrefslogtreecommitdiffstats
path: root/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-25Merge branch 'ab/test-env'Junio C Hamano1-9/+19
2019-07-09Merge branch 'rs/config-unit-parsing'Junio C Hamano1-21/+18
2019-07-09Merge branch 'js/gcc-8-and-9'Junio C Hamano1-2/+2
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder1-5/+0
2019-06-24config: simplify parsing of unit factorsRené Scharfe1-18/+12
2019-06-24config: don't multiply in parse_unit_factor()René Scharfe1-7/+9
2019-06-24config: use unsigned_mult_overflows to check for overflowsRené Scharfe1-6/+7
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason1-0/+9
2019-06-21config.c: refactor die_bad_number() to not call gettext() earlyÆvar Arnfjörð Bjarmason1-9/+10
2019-06-13config: avoid calling `labs()` on too-large data typeJohannes Schindelin1-2/+2
2019-06-05config: learn the "onbranch:" includeIf conditionDenton Liu1-2/+29
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano1-5/+25
2019-05-07trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler1-1/+4
2019-04-22Merge branch 'nd/include-if-wildmatch'Junio C Hamano1-1/+1
2019-04-16config: add read_very_early_config()Jeff Hostetler1-3/+20
2019-04-16config: initialize opts structure in repo_read_config()Jeff Hostetler1-1/+1
2019-04-01config: correct '**' matching in includeIf patternsNguyễn Thái Ngọc Duy1-1/+1
2019-03-07Merge branch 'jh/trace2'Junio C Hamano1-0/+2
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano1-1/+3
2019-02-22trace2: create new combined trace facilityJeff Hostetler1-0/+2
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs1-1/+3
2019-01-24config: drop unused parameter from maybe_remove_section()Jeff King1-2/+1
2018-11-21index: make index.threads=true enable ieot and eoieJonathan Nieder1-7/+10
2018-11-16config: report a bug if git_dir exists without commondirJohannes Schindelin1-0/+2
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-13/+5
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-8/+0
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin1-3/+3
2018-10-31config: rename `dummy` parameter to `cb` in git_default_config()Johannes Schindelin1-2/+2
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-0/+11
2018-10-19Merge branch 'bp/read-cache-parallel'Junio C Hamano1-0/+18
2018-10-11config: add new index.threads config settingBen Peart1-0/+18
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart1-1/+1