Age | Commit message (Expand) | Author | Files | Lines |
2019-07-01 | t1710: make hash independent | brian m. carlson | 1 | -17/+34 |
2019-03-07 | Merge branch 'nd/split-index-null-base-fix' | Junio C Hamano | 1 | -0/+18 |
2019-02-13 | read-cache.c: fix writing "link" index ext with null base oid | Nguyễn Thái Ngọc Duy | 1 | -0/+18 |
2018-11-21 | Merge branch 'sg/split-index-test' into maint | Junio C Hamano | 1 | -1/+1 |
2018-11-21 | Merge branch 'cc/shared-index-permbits' | Junio C Hamano | 1 | -0/+20 |
2018-11-21 | eoie: default to not writing EOIE section | Jonathan Nieder | 1 | -4/+7 |
2018-11-19 | read-cache: make the split index obey umask settings | Ævar Arnfjörð Bjarmason | 1 | -0/+20 |
2018-10-26 | Merge branch 'sg/split-index-racefix' | Junio C Hamano | 1 | -21/+28 |
2018-10-19 | Merge branch 'bp/read-cache-parallel' | Junio C Hamano | 1 | -4/+9 |
2018-10-19 | Merge branch 'bp/rename-test-env-var' | Junio C Hamano | 1 | -1/+1 |
2018-10-12 | t1700-split-index: date back files to avoid racy situations | SZEDER Gábor | 1 | -21/+28 |
2018-10-11 | config: add new index.threads config setting | Ben Peart | 1 | -0/+5 |
2018-10-11 | eoie: add End of Index Entry (EOIE) extension | Ben Peart | 1 | -4/+4 |
2018-09-28 | fsmonitor: update GIT_TEST_FSMONITOR support | Ben Peart | 1 | -1/+1 |
2018-09-28 | t1700-split-index: document why FSMONITOR is disabled in this test script | SZEDER Gábor | 1 | -0/+3 |
2018-09-12 | t1700-split-index: drop unnecessary 'grep' | SZEDER Gábor | 1 | -1/+1 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -3/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -3/+1 |
2018-07-03 | t: use test_might_fail() instead of manipulating exit code manually | Eric Sunshine | 1 | -1/+1 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-index-version into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-dump-split-index into test-tool | Nguyễn Thái Ngọc Duy | 1 | -24/+24 |
2018-03-27 | t/helper: merge test-dump-cache-tree into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2018-02-13 | Merge branch 'nd/shared-index-fix' | Junio C Hamano | 1 | -0/+19 |
2018-02-13 | Merge branch 'tg/split-index-fixes' | Junio C Hamano | 1 | -0/+19 |
2018-01-24 | read-cache: don't write index twice if we can't write shared index | Nguyễn Thái Ngọc Duy | 1 | -0/+19 |
2018-01-19 | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 1 | -0/+19 |
2017-10-01 | split-index: disable the fsmonitor extension when running the split index test | Ben Peart | 1 | -0/+1 |
2017-06-25 | t1700: make sure split-index respects core.sharedrepository | Christian Couder | 1 | -0/+30 |
2017-03-17 | Merge branch 'cc/split-index-config' | Junio C Hamano | 1 | -85/+239 |
2017-03-06 | read-cache: use freshen_shared_index() in read_index_from() | Christian Couder | 1 | -7/+7 |
2017-03-06 | t1700: test shared index file expiration | Christian Couder | 1 | -0/+44 |
2017-03-01 | t1700: add tests for splitIndex.maxPercentChange | Christian Couder | 1 | -0/+72 |
2017-03-01 | read-cache: regenerate shared index if necessary | Christian Couder | 1 | -0/+1 |
2017-03-01 | t1700: add tests for core.splitIndex | Christian Couder | 1 | -0/+37 |
2017-03-01 | t1700: change here document style | Christian Couder | 1 | -85/+85 |
2017-02-17 | rev-parse: fix several options when running in a subdirectory | Johannes Schindelin | 1 | -1/+1 |
2017-02-17 | rev-parse tests: add tests executed from a subdirectory | Michael Rappazzo | 1 | -0/+16 |
2016-07-18 | test-lib.sh: introduce and use $EMPTY_BLOB | Nguyễn Thái Ngọc Duy | 1 | -12/+12 |
2015-12-27 | t/t1700-split-index.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
2015-03-26 | Merge branch 'jk/test-chain-lint' | Junio C Hamano | 1 | -1/+1 |
2015-03-20 | t1700: make test pass with index-v4 | Thomas Gummerer | 1 | -3/+12 |
2015-03-20 | t: fix severe &&-chain breakage | Jeff King | 1 | -1/+1 |
2014-06-13 | t1700: new tests for split-index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+194 |