summaryrefslogtreecommitdiff
path: root/t/t5300-pack-object.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "pack-objects: fix pack generation when using pack_size_limit"Nicolas Pitre2010-02-081-1/+1
* make --max-pack-size argument to 'git pack-object' count in bytesNicolas Pitre2010-02-031-6/+8
* fix multiple issues with t5300Nicolas Pitre2010-02-031-20/+34
* t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt2009-03-191-9/+8
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-0/+17
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-0/+17
* | Merge branch 'maint'Junio C Hamano2008-11-121-0/+6
|\ \ | |/
| * Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2008-11-121-0/+6
* | Merge branch 'np/pack'Junio C Hamano2008-09-181-1/+2
|\ \ | |/ |/|
| * t5300: improve SHA1 collision testNicolas Pitre2008-09-021-1/+2
* | Merge branch 'ho/dashless' into maintJunio C Hamano2008-09-031-8/+8
|\ \ | |/ |/|
| * tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-8/+8
* | discard revindex data when pack list changesNicolas Pitre2008-08-221-0/+6
|/
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-1/+1
* Merge branch 'mk/unpack-careful'Junio C Hamano2008-04-091-0/+95
|\
| * t5300: add test for "index-pack --strict"Martin Koegler2008-03-071-0/+47
| * unpack-objects: fix --strict handlingJunio C Hamano2008-03-051-1/+1
| * t5300: add test for "unpack-objects --strict"Junio C Hamano2008-03-051-0/+48
* | more tr portability test script fixesJeff King2008-03-131-1/+1
|/
* Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-091-0/+6
* Sane use of test_expect_failureJunio C Hamano2008-02-011-2/+2
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-171-1/+1