summaryrefslogtreecommitdiff
path: root/t/t5300-pack-object.sh
AgeCommit message (Expand)Author
2021-07-09pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason
2021-06-29pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason
2021-05-03pack-objects: clamp negative window size to 0Jeff King
2021-05-03t5300: check that we produced expected number of deltasJeff King
2021-05-03t5300: modernize basic testsJeff King
2021-03-24Merge branch 'jk/fail-prereq-testfix'Junio C Hamano
2021-03-24Merge branch 'tb/geometric-repack'Junio C Hamano
2021-03-19builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau
2021-03-18t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King
2021-02-23builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau
2021-02-11tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-07-21pack-objects: prefetch objects to be packedJonathan Tan
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson
2018-10-31pack-objects tests: don't leave test .git corrupt at endÆvar Arnfjörð Bjarmason
2018-10-31pack-objects test: modernize styleÆvar Arnfjörð Bjarmason
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-06-13Merge branch 'jk/index-pack-maint'Junio C Hamano
2018-06-01prepare_commit_graft: treat non-repository as a noopJeff King
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-21t5300: abstract away SHA-1-specific constantsbrian m. carlson
2018-04-16pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano
2018-03-28test: avoid pipes in git related commands for testPratik Karki
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy
2017-05-26pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason
2017-05-26pack-objects & index-pack: add test for --threads warningÆvar Arnfjörð Bjarmason
2016-12-16index-pack: complain when --stdin is used outside of a repoJeff King
2016-04-03Merge branch 'jc/maint-index-pack-keep'Junio C Hamano
2016-03-03index-pack: correct --keep[=<msg>]Junio C Hamano
2015-12-28t/t5300-pack-object.sh: use the $( ... ) construct for command substitutionElia Pinto
2013-11-04Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King
2013-10-28t5300-pack-object: do not compare binary data using test_cmpJohannes Sixt
2012-08-27Fix tests under GETTEXT_POISON on pack-objectJiang Xin
2012-07-09Merge branch 'vr/use-our-perl-in-tests'Junio C Hamano
2012-06-25tests: enclose $PERL_PATH in double quotesJunio C Hamano
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn
2012-05-24index-pack: use streaming interface for collision test on large blobsNguyễn Thái Ngọc Duy
2012-02-01pack-objects: remove bogus commentNguyễn Thái Ngọc Duy
2010-11-09tests: add missing &&Jonathan Nieder
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2010-02-08Revert "pack-objects: fix pack generation when using pack_size_limit"Nicolas Pitre
2010-02-04make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre
2010-02-04fix multiple issues with t5300Nicolas Pitre
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano