summaryrefslogtreecommitdiff
path: root/t/t5300-pack-object.sh
AgeCommit message (Expand)Author
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
2008-11-12Merge branch 'maint'Junio C Hamano
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre
2008-09-19Merge branch 'np/pack'Junio C Hamano
2008-09-03Merge branch 'ho/dashless' into maintJunio C Hamano
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-09-03t5300: improve SHA1 collision testNicolas Pitre
2008-08-23discard revindex data when pack list changesNicolas Pitre
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-04-09Merge branch 'mk/unpack-careful'Junio C Hamano
2008-03-13more tr portability test script fixesJeff King
2008-03-07t5300: add test for "index-pack --strict"Martin Koegler
2008-03-05unpack-objects: fix --strict handlingJunio C Hamano
2008-03-05t5300: add test for "unpack-objects --strict"Junio C Hamano
2008-02-10Introduce the config variable pack.packSizeLimitJohannes Schindelin
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-11-14t5300-pack-object.sh: Split the big verify-pack test into smaller parts.Johannes Sixt
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-04-23Update tests not to assume that generated packfiles are writable.Junio C Hamano
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven
2007-03-21don't ever allow SHA1 collisions to exist by fetching a packNicolas Pitre
2007-03-17[PATCH] add test for OFS_DELTA objectsNicolas Pitre
2007-03-17[PATCH] fix t5300-pack-object.shNicolas Pitre
2007-01-12use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre
2005-12-27Guard a test against wc that pads its output with whitespaceJunio C Hamano
2005-12-27t5300: avoid false failures.Junio C Hamano
2005-12-23check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano
2005-10-28fix testsuite to tolerate spaces in pathPavel Roskin
2005-10-13Add git-index-pack utilitySergey Vlasov
2005-09-08Big tool rename.Junio C Hamano
2005-08-12[PATCH] Trapping exit in tests, using return for errorsPavel Roskin
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano