aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1700-split-index.sh
AgeCommit message (Expand)AuthorFilesLines
2023-09-12test-tool: retire "index-version"Junio C Hamano1-1/+1
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-2/+2
2021-09-07read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor1-0/+11
2021-09-07read-cache: look for shared index files next to the index, tooSZEDER Gábor1-0/+23
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-07-01t1710: make hash independentbrian m. carlson1-17/+34
2019-03-07Merge branch 'nd/split-index-null-base-fix'Junio C Hamano1-0/+18
2019-02-13read-cache.c: fix writing "link" index ext with null base oidNguyễn Thái Ngọc Duy1-0/+18
2018-11-21Merge branch 'sg/split-index-test' into maintJunio C Hamano1-1/+1
2018-11-21Merge branch 'cc/shared-index-permbits'Junio C Hamano1-0/+20
2018-11-21eoie: default to not writing EOIE sectionJonathan Nieder1-4/+7
2018-11-19read-cache: make the split index obey umask settingsÆvar Arnfjörð Bjarmason1-0/+20
2018-10-26Merge branch 'sg/split-index-racefix'Junio C Hamano1-21/+28
2018-10-19Merge branch 'bp/read-cache-parallel'Junio C Hamano1-4/+9
2018-10-19Merge branch 'bp/rename-test-env-var'Junio C Hamano1-1/+1
2018-10-12t1700-split-index: date back files to avoid racy situationsSZEDER Gábor1-21/+28
2018-10-11config: add new index.threads config settingBen Peart1-0/+5
2018-10-11eoie: add End of Index Entry (EOIE) extensionBen Peart1-4/+4
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportBen Peart1-1/+1
2018-09-28t1700-split-index: document why FSMONITOR is disabled in this test scriptSZEDER Gábor1-0/+3
2018-09-12t1700-split-index: drop unnecessary 'grep'SZEDER Gábor1-1/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-3/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-3/+1
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine1-1/+1
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson1-1/+1
2018-03-27t/helper: merge test-index-version into test-toolNguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy1-24/+24
2018-03-27t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-6/+6
2018-02-13Merge branch 'nd/shared-index-fix'Junio C Hamano1-0/+19
2018-02-13Merge branch 'tg/split-index-fixes'Junio C Hamano1-0/+19
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy1-0/+19
2018-01-19split-index: don't write cache tree with null oid entriesThomas Gummerer1-0/+19
2017-10-01split-index: disable the fsmonitor extension when running the split index testBen Peart1-0/+1
2017-06-25t1700: make sure split-index respects core.sharedrepositoryChristian Couder1-0/+30
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano1-85/+239
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Christian Couder1-7/+7
2017-03-06t1700: test shared index file expirationChristian Couder1-0/+44
2017-03-01t1700: add tests for splitIndex.maxPercentChangeChristian Couder1-0/+72
2017-03-01read-cache: regenerate shared index if necessaryChristian Couder1-0/+1
2017-03-01t1700: add tests for core.splitIndexChristian Couder1-0/+37
2017-03-01t1700: change here document styleChristian Couder1-85/+85
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin1-1/+1
2017-02-17rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo1-0/+16
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBNguyễn Thái Ngọc Duy1-12/+12
2015-12-27t/t1700-split-index.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2015-03-26Merge branch 'jk/test-chain-lint'Junio C Hamano1-1/+1
2015-03-20t1700: make test pass with index-v4Thomas Gummerer1-3/+12
2015-03-20t: fix severe &&-chain breakageJeff King1-1/+1
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy1-0/+194