aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5351-unpack-large-objects.sh
AgeCommit message (Expand)AuthorFilesLines
2023-07-20wrapper: use trace2 counters to collect fsync statsBeat Bolli1-3/+3
2022-08-12Merge branch 'ab/leak-check'Junio C Hamano1-0/+1
2022-07-29t5351: avoid using `test_cmp` for binary dataJohannes Schindelin1-1/+1
2022-07-29t5351: avoid relying on `core.fsyncMethod = batch` to be supportedJohannes Schindelin1-2/+8
2022-07-27leak tests: mark passing SANITIZE=leak tests as leak-freeÆvar Arnfjörð Bjarmason1-0/+1
2022-07-18trace2: only include "fsync" events if we git_fsync()Ævar Arnfjörð Bjarmason1-1/+21
2022-06-13unpack-objects: use stream_loose_object() to unpack large objectsHan Xin1-4/+39
2022-06-13unpack-objects: low memory footprint for get_data() in dry_run modeHan Xin1-0/+41