summaryrefslogtreecommitdiff
path: root/t/t1700-split-index.sh
AgeCommit message (Expand)AuthorFilesLines
2019-07-01t1710: make hash independentLibravatar brian m. carlson1-17/+34
2019-03-07Merge branch 'nd/split-index-null-base-fix'Libravatar Junio C Hamano1-0/+18
2019-02-13read-cache.c: fix writing "link" index ext with null base oidLibravatar Nguyễn Thái Ngọc Duy1-0/+18
2018-11-21Merge branch 'sg/split-index-test' into maintLibravatar Junio C Hamano1-1/+1
2018-11-21Merge branch 'cc/shared-index-permbits'Libravatar Junio C Hamano1-0/+20
2018-11-21eoie: default to not writing EOIE sectionLibravatar Jonathan Nieder1-4/+7
2018-11-19read-cache: make the split index obey umask settingsLibravatar Ævar Arnfjörð Bjarmason1-0/+20
2018-10-26Merge branch 'sg/split-index-racefix'Libravatar Junio C Hamano1-21/+28
2018-10-19Merge branch 'bp/read-cache-parallel'Libravatar Junio C Hamano1-4/+9
2018-10-19Merge branch 'bp/rename-test-env-var'Libravatar Junio C Hamano1-1/+1
2018-10-12t1700-split-index: date back files to avoid racy situationsLibravatar SZEDER Gábor1-21/+28
2018-10-11config: add new index.threads config settingLibravatar Ben Peart1-0/+5
2018-10-11eoie: add End of Index Entry (EOIE) extensionLibravatar Ben Peart1-4/+4
2018-09-28fsmonitor: update GIT_TEST_FSMONITOR supportLibravatar Ben Peart1-1/+1
2018-09-28t1700-split-index: document why FSMONITOR is disabled in this test scriptLibravatar SZEDER Gábor1-0/+3
2018-09-12t1700-split-index: drop unnecessary 'grep'Libravatar SZEDER Gábor1-1/+1
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-3/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-3/+1
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyLibravatar Eric Sunshine1-1/+1
2018-05-14t: switch $_z40 to $ZERO_OIDLibravatar brian m. carlson1-1/+1
2018-03-27t/helper: merge test-index-version into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-dump-split-index into test-toolLibravatar Nguyễn Thái Ngọc Duy1-24/+24
2018-03-27t/helper: merge test-dump-cache-tree into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2018-02-13Merge branch 'nd/shared-index-fix'Libravatar Junio C Hamano1-0/+19
2018-02-13Merge branch 'tg/split-index-fixes'Libravatar Junio C Hamano1-0/+19
2018-01-24read-cache: don't write index twice if we can't write shared indexLibravatar Nguyễn Thái Ngọc Duy1-0/+19
2018-01-19split-index: don't write cache tree with null oid entriesLibravatar Thomas Gummerer1-0/+19
2017-10-01split-index: disable the fsmonitor extension when running the split index testLibravatar Ben Peart1-0/+1
2017-06-25t1700: make sure split-index respects core.sharedrepositoryLibravatar Christian Couder1-0/+30
2017-03-17Merge branch 'cc/split-index-config'Libravatar Junio C Hamano1-85/+239
2017-03-06read-cache: use freshen_shared_index() in read_index_from()Libravatar Christian Couder1-7/+7
2017-03-06t1700: test shared index file expirationLibravatar Christian Couder1-0/+44
2017-03-01t1700: add tests for splitIndex.maxPercentChangeLibravatar Christian Couder1-0/+72
2017-03-01read-cache: regenerate shared index if necessaryLibravatar Christian Couder1-0/+1
2017-03-01t1700: add tests for core.splitIndexLibravatar Christian Couder1-0/+37
2017-03-01t1700: change here document styleLibravatar Christian Couder1-85/+85
2017-02-17rev-parse: fix several options when running in a subdirectoryLibravatar Johannes Schindelin1-1/+1
2017-02-17rev-parse tests: add tests executed from a subdirectoryLibravatar Michael Rappazzo1-0/+16
2016-07-18test-lib.sh: introduce and use $EMPTY_BLOBLibravatar Nguyễn Thái Ngọc Duy1-12/+12
2015-12-27t/t1700-split-index.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-03-26Merge branch 'jk/test-chain-lint'Libravatar Junio C Hamano1-1/+1
2015-03-20t1700: make test pass with index-v4Libravatar Thomas Gummerer1-3/+12
2015-03-20t: fix severe &&-chain breakageLibravatar Jeff King1-1/+1
2014-06-13t1700: new tests for split-index modeLibravatar Nguyễn Thái Ngọc Duy1-0/+194