| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 1 | -1/+1 |
|\ |
|
| * | config: use the_hash_algo in abbrev comparison | brian m. carlson | 2019-08-19 | 1 | -1/+1 |
* | | Merge branch 'cc/multi-promisor' | Junio C Hamano | 2019-09-18 | 1 | -5/+0 |
|\ \ |
|
| * | | Move core_partial_clone_filter_default to promisor-remote.c | Christian Couder | 2019-06-25 | 1 | -5/+0 |
* | | | Merge branch 'ds/feature-macros' | Junio C Hamano | 2019-09-09 | 1 | -24/+0 |
|\ \ \ |
|
| * | | | repo-settings: parse core.untrackedCache | Derrick Stolee | 2019-08-13 | 1 | -24/+0 |
* | | | | config: stop checking whether the_repository is NULL | Jeff King | 2019-08-06 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | config: work around bug with includeif:onbranch and early config | Johannes Schindelin | 2019-07-31 | 1 | -1/+2 |
* | | | Merge branch 'ab/test-env' | Junio C Hamano | 2019-07-25 | 1 | -9/+19 |
|\ \ \
| |/ /
|/| | |
|
| * | | tests: make GIT_TEST_GETTEXT_POISON a boolean | Ævar Arnfjörð Bjarmason | 2019-06-21 | 1 | -0/+9 |
| * | | config.c: refactor die_bad_number() to not call gettext() early | Ævar Arnfjörð Bjarmason | 2019-06-21 | 1 | -9/+10 |
| |/ |
|
* | | Merge branch 'rs/config-unit-parsing' | Junio C Hamano | 2019-07-09 | 1 | -21/+18 |
|\ \ |
|
| * | | config: simplify parsing of unit factors | René Scharfe | 2019-06-24 | 1 | -18/+12 |
| * | | config: don't multiply in parse_unit_factor() | René Scharfe | 2019-06-24 | 1 | -7/+9 |
| * | | config: use unsigned_mult_overflows to check for overflows | René Scharfe | 2019-06-24 | 1 | -6/+7 |
* | | | Merge branch 'js/gcc-8-and-9' | Junio C Hamano | 2019-07-09 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | config: avoid calling `labs()` on too-large data type | Johannes Schindelin | 2019-06-13 | 1 | -2/+2 |
| |/ |
|
* | | config: learn the "onbranch:" includeIf condition | Denton Liu | 2019-06-05 | 1 | -2/+29 |
|/ |
|
* | Merge branch 'jh/trace2-sid-fix' | Junio C Hamano | 2019-05-13 | 1 | -5/+25 |
|\ |
|
| * | trace2: fixup access problem on /etc/gitconfig in read_very_early_config | Jeff Hostetler | 2019-05-07 | 1 | -1/+4 |
| * | config: add read_very_early_config() | Jeff Hostetler | 2019-04-16 | 1 | -3/+20 |
| * | config: initialize opts structure in repo_read_config() | Jeff Hostetler | 2019-04-16 | 1 | -1/+1 |
* | | Merge branch 'nd/include-if-wildmatch' | Junio C Hamano | 2019-04-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | config: correct '**' matching in includeIf patterns | Nguyễn Thái Ngọc Duy | 2019-04-01 | 1 | -1/+1 |
* | | Merge branch 'jh/trace2' | Junio C Hamano | 2019-03-07 | 1 | -0/+2 |
|\ \ |
|
| * | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-22 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'wh/author-committer-ident-config' | Junio C Hamano | 2019-03-07 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | config: allow giving separate author and committer idents | William Hubbs | 2019-02-04 | 1 | -1/+3 |
* | | config: drop unused parameter from maybe_remove_section() | Jeff King | 2019-01-24 | 1 | -2/+1 |
|/ |
|
* | index: make index.threads=true enable ieot and eoie | Jonathan Nieder | 2018-11-21 | 1 | -7/+10 |
* | config: report a bug if git_dir exists without commondir | Johannes Schindelin | 2018-11-16 | 1 | -0/+2 |
* | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 1 | -13/+5 |
|\ |
|
| * | config: move Windows-specific config settings into compat/mingw.c | Johannes Schindelin | 2018-10-31 | 1 | -8/+0 |
| * | config: allow for platform-specific core.* config settings | Johannes Schindelin | 2018-10-31 | 1 | -3/+3 |
| * | config: rename `dummy` parameter to `cb` in git_default_config() | Johannes Schindelin | 2018-10-31 | 1 | -2/+2 |
* | | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -0/+11 |
|/ |
|
* | Merge branch 'bp/read-cache-parallel' | Junio C Hamano | 2018-10-19 | 1 | -0/+18 |
|\ |
|
| * | config: add new index.threads config setting | Ben Peart | 2018-10-11 | 1 | -0/+18 |
* | | fsmonitor: update GIT_TEST_FSMONITOR support | Ben Peart | 2018-09-28 | 1 | -1/+1 |
|/ |
|
* | i18n: fix mistakes in translated strings | Jean-Noël Avila | 2018-08-23 | 1 | -1/+1 |
* | Merge branch 'sb/config-write-fix' | Junio C Hamano | 2018-08-20 | 1 | -1/+11 |
|\ |
|
| * | config: fix case sensitive subsection names on writing | Stefan Beller | 2018-08-08 | 1 | -1/+11 |
* | | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ \ |
|
| * | | Move definition of enum branch_track from cache.h to branch.h | Elijah Newren | 2018-08-15 | 1 | -0/+1 |
* | | | Merge branch 'mk/http-backend-content-length' | Junio C Hamano | 2018-08-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | http-backend: respect CONTENT_LENGTH as specified by rfc3875 | Max Kirillov | 2018-06-11 | 1 | -1/+1 |
* | | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-15 | 1 | -36/+36 |
|\ \ \ \ |
|
| * | | | | config.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -36/+36 |
| * | | | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -3/+3 |
* | | | | | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 2018-08-15 | 1 | -0/+5 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|