aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5300-pack-object.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-14/+27
2022-04-06core.fsyncmethod: tests for batch modeNeeraj Singh1-14/+27
2022-03-09index-pack: document and test the --promisor optionDerrick Stolee1-1/+3
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-3/+3
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-10/+2
2021-07-09pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason1-0/+19
2021-06-28pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason1-0/+85
2021-05-03pack-objects: clamp negative window size to 0Jeff King1-0/+5
2021-05-03t5300: check that we produced expected number of deltasJeff King1-3/+20
2021-05-03t5300: modernize basic testsJeff King1-158/+85
2021-03-24Merge branch 'jk/fail-prereq-testfix'Junio C Hamano1-2/+4
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano1-0/+135
2021-03-19builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau1-0/+38
2021-03-18t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King1-2/+4
2021-02-22builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau1-0/+97
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-2/+2
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan1-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-2/+1
2020-07-30t: remove test_oid_init in testsbrian m. carlson1-2/+1
2020-07-21pack-objects: prefetch objects to be packedJonathan Tan1-0/+36
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson1-4/+5
2018-10-31pack-objects tests: don't leave test .git corrupt at endÆvar Arnfjörð Bjarmason1-17/+20
2018-10-31pack-objects test: modernize styleÆvar Arnfjörð Bjarmason1-15/+15
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine1-1/+1
2018-06-13Merge branch 'jk/index-pack-maint'Junio C Hamano1-0/+6
2018-06-01prepare_commit_graft: treat non-repository as a noopJeff King1-0/+6
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano1-3/+5
2018-05-21t5300: abstract away SHA-1-specific constantsbrian m. carlson1-3/+5
2018-04-16pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy1-0/+5
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano1-4/+4
2018-03-28test: avoid pipes in git related commands for testPratik Karki1-4/+4
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy1-2/+2
2017-05-26pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason1-1/+1
2017-05-26pack-objects & index-pack: add test for --threads warningÆvar Arnfjörð Bjarmason1-0/+36
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King1-0/+15
2016-04-03Merge branch 'jc/maint-index-pack-keep'Junio C Hamano1-0/+6
2016-03-03index-pack: correct --keep[=<msg>]Junio C Hamano1-0/+6
2015-12-28t/t5300-pack-object.sh: use the $( ... ) construct for command substitutionElia Pinto1-9/+9
2013-11-04Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano1-4/+4
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-4/+4
2013-10-28t5300-pack-object: do not compare binary data using test_cmpJohannes Sixt1-5/+5
2012-08-27Fix tests under GETTEXT_POISON on pack-objectJiang Xin1-2/+2
2012-07-09Merge branch 'vr/use-our-perl-in-tests'Junio C Hamano1-4/+4
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano1-4/+4
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn1-4/+4
2012-05-24index-pack: use streaming interface for collision test on large blobsNguyễn Thái Ngọc Duy1-0/+5
2012-02-01pack-objects: remove bogus commentNguyễn Thái Ngọc Duy1-0/+4
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-3/+3
2010-02-08Revert "pack-objects: fix pack generation when using pack_size_limit"Nicolas Pitre1-1/+1