summaryrefslogtreecommitdiff
path: root/t/t1700-split-index.sh
Commit message (Expand)AuthorAgeFilesLines
* t1710: make hash independentbrian m. carlson2019-07-011-17/+34
* Merge branch 'nd/split-index-null-base-fix'Junio C Hamano2019-03-071-0/+18
|\
| * read-cache.c: fix writing "link" index ext with null base oidNguyễn Thái Ngọc Duy2019-02-131-0/+18
| * Merge branch 'sg/split-index-test' into maintJunio C Hamano2018-11-211-1/+1
| |\
* | \ Merge branch 'cc/shared-index-permbits'Junio C Hamano2018-11-211-0/+20
|\ \ \
| * | | read-cache: make the split index obey umask settingsÆvar Arnfjörð Bjarmason2018-11-191-0/+20
* | | | eoie: default to not writing EOIE sectionJonathan Nieder2018-11-211-4/+7
* | | | Merge branch 'sg/split-index-racefix'Junio C Hamano2018-10-261-21/+28
|\ \ \ \ | | |/ / | |/| |
| * | | t1700-split-index: date back files to avoid racy situationsSZEDER Gábor2018-10-121-21/+28
| * | | t1700-split-index: document why FSMONITOR is disabled in this test scriptSZEDER Gábor2018-09-281-0/+3
| |/ /
* | | Merge branch 'bp/read-cache-parallel'Junio C Hamano2018-10-191-4/+9
|\ \ \
| * | | config: add new index.threads config settingBen Peart2018-10-111-0/+5
| * | | eoie: add End of Index Entry (EOIE) extensionBen Peart2018-10-111-4/+4
| | |/ | |/|
* | | Merge branch 'bp/rename-test-env-var'Junio C Hamano2018-10-191-1/+1
|\ \ \ | |/ / |/| |
| * | fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart2018-09-281-1/+1
| |/
* | t1700-split-index: drop unnecessary 'grep'SZEDER Gábor2018-09-121-1/+1
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+1
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-3/+1
* | t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine2018-07-031-1/+1
|/
* t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-1/+1
* t/helper: merge test-index-version into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
* t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy2018-03-271-24/+24
* t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
* t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-6/+6
* Merge branch 'nd/shared-index-fix'Junio C Hamano2018-02-131-0/+19
|\
| * read-cache: don't write index twice if we can't write shared indexnd/shared-index-fixNguyễn Thái Ngọc Duy2018-01-241-0/+19
* | Merge branch 'tg/split-index-fixes'Junio C Hamano2018-02-131-0/+19
|\ \ | |/ |/|
| * split-index: don't write cache tree with null oid entriesThomas Gummerer2018-01-191-0/+19
* | split-index: disable the fsmonitor extension when running the split index testBen Peart2017-10-011-0/+1
|/
* t1700: make sure split-index respects core.sharedrepositorycc/shared-index-permfixChristian Couder2017-06-251-0/+30
* Merge branch 'cc/split-index-config'Junio C Hamano2017-03-171-85/+239
|\
| * read-cache: use freshen_shared_index() in read_index_from()Christian Couder2017-03-061-7/+7
| * t1700: test shared index file expirationChristian Couder2017-03-061-0/+44
| * t1700: add tests for splitIndex.maxPercentChangeChristian Couder2017-03-011-0/+72
| * read-cache: regenerate shared index if necessaryChristian Couder2017-03-011-0/+1
| * t1700: add tests for core.splitIndexChristian Couder2017-03-011-0/+37
| * t1700: change here document styleChristian Couder2017-03-011-85/+85
* | rev-parse: fix several options when running in a subdirectoryjs/git-path-in-subdirJohannes Schindelin2017-02-171-1/+1
* | rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo2017-02-171-0/+16
|/
* test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy2016-07-181-12/+12
* t/t1700-split-index.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-271-1/+1
* Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-261-1/+1
|\
| * t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* | t1700: make test pass with index-v4tg/test-index-v4Thomas Gummerer2015-03-201-3/+12
|/
* t1700: new tests for split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+194