summaryrefslogtreecommitdiff
path: root/t/t5302-pack-index.sh
AgeCommit message (Expand)Author
2020-10-07index-pack: restore "resolving deltas" progress meterJeff King
2020-08-13Merge branch 'ma/test-quote-cleanup'Junio C Hamano
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren
2020-07-30t: remove test_oid_init in testsbrian m. carlson
2020-05-27t5302: modernize test formattingbrian m. carlson
2020-02-07t5302: make hash size independentbrian m. carlson
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy
2018-03-15index-pack: support checking objects but not linksJonathan Tan
2015-12-28t/t5302-pack-index.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-06-23fsck: allow upgrading fsck warnings to errorsJohannes Schindelin
2014-09-12Make sure that index-pack --strict checks tag objectsJohannes Schindelin
2013-12-05pack-objects: name pack files after trailer hashJeff King
2012-02-01pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy
2011-06-06verify-pack: use index-pack --verifyJunio C Hamano
2011-02-28index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano
2011-02-28index-pack: --verifyJunio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2009-03-22t5302: Use prerequisite tags to skip 64-bit offset testsJohannes Sixt
2009-03-19t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt
2008-12-16Force t5302 to use a single threadJohannes Schindelin
2008-11-13Merge branch 'np/pack-safer'Junio C Hamano
2008-11-03Merge branch 'np/index-pack'Junio C Hamano
2008-11-02close another possibility for propagating pack corruptionNicolas Pitre
2008-10-23improve index-pack testsNicolas Pitre
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-06-25verify-pack: test for detection of index v2 object CRC mismatchNicolas Pitre
2008-05-14fix bsd shell negationJeff King
2008-03-13remove use of "tail -n 1" and "tail -1"Jeff King
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-11-16rehabilitate some t5302 tests on 32-bit off_t machinesNicolas Pitre
2007-11-14t5302-pack-index: Skip tests of 64-bit offsets if necessary.Johannes Sixt
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-02Don't use seq in tests, not everyone has itShawn O. Pearce
2007-04-24t5302: avoid using tail -cJunio C Hamano
2007-04-12tests for various pack index featuresNicolas Pitre