summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-08-23i18n: fix mistakes in translated stringsJean-Noël Avila1-1/+1
2018-08-20Merge branch 'sb/config-write-fix'Junio C Hamano1-1/+11
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+1
2018-08-17Merge branch 'mk/http-backend-content-length'Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-36/+36
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano1-0/+5
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren1-0/+1
2018-08-08config: fix case sensitive subsection names on writingStefan Beller1-1/+11
2018-08-02Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano1-5/+0
2018-08-02Merge branch 'jk/fsck-gitmodules-gently'Junio C Hamano1-9/+23
2018-07-23config.c: mark more strings for translationNguyễn Thái Ngọc Duy1-36/+36
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-3/+3
2018-07-18add core.usereplacerefs config optionJeff King1-0/+5
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano1-17/+0
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-5/+0
2018-07-03config: add options parameter to git_config_from_memJeff King1-4/+7
2018-07-03config: add CONFIG_ERROR_SILENT handlerJeff King1-0/+3