summaryrefslogtreecommitdiff
path: root/t/t0090-cache-tree.sh
AgeCommit message (Expand)AuthorFilesLines
2021-01-23cache-tree tests: explicitly test HEAD and index differencesLibravatar Ævar Arnfjörð Bjarmason1-18/+27
2021-01-23cache-tree tests: use a sub-shell with less indirectionLibravatar Ævar Arnfjörð Bjarmason1-10/+5
2021-01-23cache-tree tests: remove unused $2 parameterLibravatar Ævar Arnfjörð Bjarmason1-4/+2
2021-01-23cache-tree tests: refactor for modern test styleLibravatar Ævar Arnfjörð Bjarmason1-14/+14
2019-11-29t0090: stop losing return codes of git commandsLibravatar Denton Liu1-2/+3
2019-07-01t0090: make test pass with SHA-256Libravatar brian m. carlson1-2/+2
2018-09-24Merge branch 'sg/split-index-test'Libravatar Junio C Hamano1-7/+10
2018-09-24Merge branch 'jk/reopen-tempfile-truncate'Libravatar Junio C Hamano1-0/+18
2018-09-12t0090: disable GIT_TEST_SPLIT_INDEX for the test checking split indexLibravatar SZEDER Gábor1-7/+10
2018-09-05reopen_tempfile(): truncate opened fileLibravatar Jeff King1-0/+18
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-1/+1
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'Libravatar SZEDER Gábor1-1/+1
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsLibravatar Eric Sunshine1-1/+1
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson1-1/+1
2018-03-27t/helper: merge test-scrap-cache-tree into test-toolLibravatar Nguyễn Thái Ngọc Duy1-4/+4
2018-03-27t/helper: merge test-dump-split-index into test-toolLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-03-27t/helper: merge test-dump-cache-tree into test-toolLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2015-09-01Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Libravatar Junio C Hamano1-0/+10
2015-08-31commit: don't rewrite shared index unnecessarilyLibravatar David Turner1-0/+10
2015-07-28unpack-trees: populate cache-tree on successful mergeLibravatar Brian Degenhardt1-0/+24
2014-12-23t0090: tweak awk statement for Solaris /usr/xpg4/bin/awkLibravatar Ben Walton1-1/+1
2014-11-18t0090: mark add-interactive test with PERL prerequisiteLibravatar Jeff King1-1/+1
2014-09-30t0090: avoid passing empty string to printf %dLibravatar René Scharfe1-1/+1
2014-09-03cache-tree: do not try to use an invalidated subtree info to build a treeLibravatar Junio C Hamano1-0/+8
2014-07-14cache-tree: Write updated cache-tree after commitLibravatar David Turner1-15/+102
2014-07-11cache-tree: subdirectory testsLibravatar David Turner1-3/+23
2014-07-07cache-tree: create/update cache-tree on checkoutLibravatar David Turner1-3/+16
2011-12-20t0090: be prepared that 'wc -l' writes leading blanksLibravatar Johannes Sixt1-4/+2
2011-12-06reset: update cache-tree data when appropriateLibravatar Thomas Rast1-2/+2
2011-12-06commit: write cache-tree data when writing index anywayLibravatar Thomas Rast1-1/+1
2011-12-06Test the current state of the cache-tree optimizationLibravatar Thomas Rast1-0/+95