summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | config: use the_hash_algo in abbrev comparisonbrian m. carlson2019-08-191-1/+1
| |/
* | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-5/+0
|\ \
| * | Move core_partial_clone_filter_default to promisor-remote.cChristian Couder2019-06-251-5/+0
* | | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-091-24/+0
|\ \ \
| * | | repo-settings: parse core.untrackedCacheDerrick Stolee2019-08-131-24/+0
* | | | config: stop checking whether the_repository is NULLJeff King2019-08-061-1/+1
| |_|/ |/| |
* | | config: work around bug with includeif:onbranch and early configJohannes Schindelin2019-07-311-1/+2
* | | Merge branch 'ab/test-env'Junio C Hamano2019-07-251-9/+19
|\ \ \ | |/ / |/| |
| * | tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason2019-06-211-0/+9
| * | config.c: refactor die_bad_number() to not call gettext() earlyÆvar Arnfjörð Bjarmason2019-06-211-9/+10
| |/
* | Merge branch 'rs/config-unit-parsing'Junio C Hamano2019-07-091-21/+18
|\ \
| * | config: simplify parsing of unit factorsRené Scharfe2019-06-241-18/+12
| * | config: don't multiply in parse_unit_factor()René Scharfe2019-06-241-7/+9
| * | config: use unsigned_mult_overflows to check for overflowsRené Scharfe2019-06-241-6/+7
* | | Merge branch 'js/gcc-8-and-9'Junio C Hamano2019-07-091-2/+2
|\ \ \ | |/ /
| * | config: avoid calling `labs()` on too-large data typeJohannes Schindelin2019-06-131-2/+2
| |/
* | config: learn the "onbranch:" includeIf conditionDenton Liu2019-06-051-2/+29
|/
* Merge branch 'jh/trace2-sid-fix'Junio C Hamano2019-05-131-5/+25
|\
| * trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler2019-05-071-1/+4
| * config: add read_very_early_config()Jeff Hostetler2019-04-161-3/+20
| * config: initialize opts structure in repo_read_config()Jeff Hostetler2019-04-161-1/+1
* | Merge branch 'nd/include-if-wildmatch'Junio C Hamano2019-04-221-1/+1
|\ \ | |/ |/|
| * config: correct '**' matching in includeIf patternsNguyễn Thái Ngọc Duy2019-04-011-1/+1
* | Merge branch 'jh/trace2'Junio C Hamano2019-03-071-0/+2
|\ \
| * | trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+2
| |/
* | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-1/+3
|\ \ | |/ |/|
| * config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-1/+3
* | config: drop unused parameter from maybe_remove_section()Jeff King2019-01-241-2/+1
|/
* index: make index.threads=true enable ieot and eoieJonathan Nieder2018-11-211-7/+10
* config: report a bug if git_dir exists without commondirJohannes Schindelin2018-11-161-0/+2
* Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-131-13/+5
|\
| * config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin2018-10-311-8/+0
| * config: allow for platform-specific core.* config settingsJohannes Schindelin2018-10-311-3/+3
| * config: rename `dummy` parameter to `cb` in git_default_config()Johannes Schindelin2018-10-311-2/+2
* | worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-0/+11
|/
* Merge branch 'bp/read-cache-parallel'Junio C Hamano2018-10-191-0/+18
|\
| * config: add new index.threads config settingBen Peart2018-10-111-0/+18
* | fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart2018-09-281-1/+1
|/
* i18n: fix mistakes in translated stringsJean-Noël Avila2018-08-231-1/+1
* Merge branch 'sb/config-write-fix'Junio C Hamano2018-08-201-1/+11
|\
| * config: fix case sensitive subsection names on writingStefan Beller2018-08-081-1/+11
* | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\ \
| * | Move definition of enum branch_track from cache.h to branch.hElijah Newren2018-08-151-0/+1
* | | Merge branch 'mk/http-backend-content-length'Junio C Hamano2018-08-171-1/+1
|\ \ \
| * | | http-backend: respect CONTENT_LENGTH as specified by rfc3875Max Kirillov2018-06-111-1/+1
* | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-36/+36
|\ \ \ \
| * | | | config.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-36/+36
| * | | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-3/+3
* | | | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add core.usereplacerefs config optionJeff King2018-07-181-0/+5