summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
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
2019-03-07Merge branch 'jh/trace2'Junio C Hamano
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs
2019-01-24config: drop unused parameter from maybe_remove_section()Jeff King
2018-11-21index: make index.threads=true enable ieot and eoieJonathan Nieder
2018-11-16config: report a bug if git_dir exists without commondirJohannes Schindelin
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin
2018-10-31config: allow for platform-specific core.* config settingsJohannes Schindelin
2018-10-31config: rename `dummy` parameter to `cb` in git_default_config()Johannes Schindelin
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'bp/read-cache-parallel'Junio C Hamano
2018-10-11config: add new index.threads config settingBen Peart
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart