summaryrefslogtreecommitdiff
path: root/t/t0090-cache-tree.sh
Commit message (Expand)AuthorAgeFilesLines
* test-tool {dump,scrap}-cache-tree: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-011-0/+2
* tests: remove leftover untracked filesElijah Newren2021-09-121-0/+1
* cache-tree tests: explicitly test HEAD and index differencesÆvar Arnfjörð Bjarmason2021-01-231-18/+27
* cache-tree tests: use a sub-shell with less indirectionÆvar Arnfjörð Bjarmason2021-01-231-10/+5
* cache-tree tests: remove unused $2 parameterÆvar Arnfjörð Bjarmason2021-01-231-4/+2
* cache-tree tests: refactor for modern test styleÆvar Arnfjörð Bjarmason2021-01-231-14/+14
* t0090: stop losing return codes of git commandsDenton Liu2019-11-291-2/+3
* t0090: make test pass with SHA-256brian m. carlson2019-07-011-2/+2
* Merge branch 'sg/split-index-test'Junio C Hamano2018-09-241-7/+10
|\
| * t0090: disable GIT_TEST_SPLIT_INDEX for the test checking split indexSZEDER Gábor2018-09-121-7/+10
* | Merge branch 'jk/reopen-tempfile-truncate'Junio C Hamano2018-09-241-0/+18
|\ \ | |/ |/|
| * reopen_tempfile(): truncate opened fileJeff King2018-09-051-0/+18
* | Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-1/+1
|\ \
| * | tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
| |/
* | t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine2018-07-031-1/+1
|/
* t: switch $_x40 to $OID_REGEXbrian m. carlson2018-05-141-1/+1
* t/helper: merge test-scrap-cache-tree into test-toolNguyễn Thái Ngọc Duy2018-03-271-4/+4
* t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy2018-03-271-2/+2
* t/helper: merge test-dump-cache-tree into test-toolNguyễn Thái Ngọc Duy2018-03-271-3/+3
* Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano2015-09-011-0/+10
|\
| * commit: don't rewrite shared index unnecessarilydt/commit-preserve-base-index-upon-opportunistic-cache-tree-updateDavid Turner2015-08-311-0/+10
* | unpack-trees: populate cache-tree on successful mergedt/unpack-trees-cache-tree-revalidateBrian Degenhardt2015-07-281-0/+24
|/
* t0090: tweak awk statement for Solaris /usr/xpg4/bin/awkbw/maint-0090-awk-tweakBen Walton2014-12-231-1/+1
* t0090: mark add-interactive test with PERL prerequisiteJeff King2014-11-181-1/+1
* t0090: avoid passing empty string to printf %ddt/cache-tree-repairRené Scharfe2014-09-301-1/+1
* cache-tree: do not try to use an invalidated subtree info to build a treeJunio C Hamano2014-09-031-0/+8
* cache-tree: Write updated cache-tree after commitDavid Turner2014-07-141-15/+102
* cache-tree: subdirectory testsDavid Turner2014-07-111-3/+23
* cache-tree: create/update cache-tree on checkoutDavid Turner2014-07-071-3/+16
* t0090: be prepared that 'wc -l' writes leading blankstr/cache-treeJohannes Sixt2011-12-201-4/+2
* reset: update cache-tree data when appropriateThomas Rast2011-12-061-2/+2
* commit: write cache-tree data when writing index anywayThomas Rast2011-12-061-1/+1
* Test the current state of the cache-tree optimizationThomas Rast2011-12-061-0/+95