summaryrefslogtreecommitdiff
path: root/t/t5300-pack-object.sh
Commit message (Expand)AuthorAgeFilesLines
* pack-objects: split out `--stdin-packs` tests into separate filePatrick Steinhardt2023-04-141-135/+0
* Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-14/+27
|\
| * core.fsyncmethod: tests for batch modeNeeraj Singh2022-04-061-14/+27
* | index-pack: document and test the --promisor optionDerrick Stolee2022-03-091-1/+3
|/
* t5000-t5999: detect and signal failure within loopEric Sunshine2021-12-131-3/+3
* tests: use test_write_lines() to generate line-oriented outputEric Sunshine2021-12-131-10/+2
* pack-objects: fix segfault in --stdin-packs optionÆvar Arnfjörð Bjarmason2021-07-091-0/+19
* pack-objects tests: cover blindspots in stdin handlingÆvar Arnfjörð Bjarmason2021-06-281-0/+85
* pack-objects: clamp negative window size to 0Jeff King2021-05-031-0/+5
* t5300: check that we produced expected number of deltasJeff King2021-05-031-3/+20
* t5300: modernize basic testsJeff King2021-05-031-158/+85
* Merge branch 'jk/fail-prereq-testfix'Junio C Hamano2021-03-241-2/+4
|\
| * t: annotate !PTHREADS tests with !FAIL_PREREQSJeff King2021-03-181-2/+4
* | Merge branch 'tb/geometric-repack'Junio C Hamano2021-03-241-0/+135
|\ \ | |/ |/|
| * builtin/pack-objects.c: ignore missing links with --stdin-packsTaylor Blau2021-03-191-0/+38
| * builtin/pack-objects.c: add '--stdin-packs' optionTaylor Blau2021-02-221-0/+97
* | tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-2/+2
|/
* promisor-remote: lazy-fetch objects in subprocessJonathan Tan2020-08-181-1/+1
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-2/+1
|\
| * t: remove test_oid_init in testsbrian m. carlson2020-07-301-2/+1
* | pack-objects: prefetch objects to be packedJonathan Tan2020-07-211-0/+36
|/
* t5300: pass --object-format to git index-packbrian m. carlson2020-06-191-4/+5
* pack-objects tests: don't leave test .git corrupt at endÆvar Arnfjörð Bjarmason2018-10-311-17/+20
* pack-objects test: modernize styleÆvar Arnfjörð Bjarmason2018-10-311-15/+15
* t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
* Merge branch 'jk/index-pack-maint'Junio C Hamano2018-06-131-0/+6
|\
| * prepare_commit_graft: treat non-repository as a noopJeff King2018-06-011-0/+6
* | Merge branch 'bc/hash-independent-tests'Junio C Hamano2018-05-301-3/+5
|\ \
| * | t5300: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-3/+5
* | | pack-objects: move in_pack out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-0/+5
|/ /
* | Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano2018-04-111-4/+4
|\ \
| * | test: avoid pipes in git related commands for testpk/test-avoid-pipe-hiding-exit-statusPratik Karki2018-03-281-4/+4
| |/
* | t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-271-2/+2
|/
* pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason2017-05-261-1/+1
* pack-objects & index-pack: add test for --threads warningÆvar Arnfjörð Bjarmason2017-05-261-0/+36
* index-pack: complain when --stdin is used outside of a repoJeff King2016-12-161-0/+15
* Merge branch 'jc/maint-index-pack-keep'Junio C Hamano2016-04-031-0/+6
|\
| * index-pack: correct --keep[=<msg>]jc/maint-index-pack-keepJunio C Hamano2016-03-031-0/+6
* | t/t5300-pack-object.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-9/+9
|/
* Merge branch 'jk/wrap-perl-used-in-tests'Junio C Hamano2013-11-041-4/+4
|\
| * t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-4/+4
* | t5300-pack-object: do not compare binary data using test_cmpJohannes Sixt2013-10-281-5/+5
|/
* Fix tests under GETTEXT_POISON on pack-objectJiang Xin2012-08-271-2/+2
* Merge branch 'vr/use-our-perl-in-tests'Junio C Hamano2012-07-091-4/+4
|\
| * tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-241-4/+4
| * t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-121-4/+4
* | index-pack: use streaming interface for collision test on large blobsNguyễn Thái Ngọc Duy2012-05-241-0/+5
|/
* pack-objects: remove bogus commentNguyễn Thái Ngọc Duy2012-02-011-0/+4
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-3/+3