summaryrefslogtreecommitdiff
path: root/t/t5302-pack-index.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2023-02-061-0/+2
* t: use hash-object --literally when created malformed objectsJeff King2023-01-181-1/+1
* index-pack: clarify the breached limitMatt Cooper2022-02-231-0/+8
* tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-1/+1
* index-pack: restore "resolving deltas" progress meterJeff King2020-10-071-0/+7
* Merge branch 'ma/test-quote-cleanup'Junio C Hamano2020-08-131-1/+1
|\
| * t: don't spuriously close and reopen quotesMartin Ågren2020-08-061-1/+1
* | t: remove test_oid_init in testsbrian m. carlson2020-07-301-1/+0
|/
* t5302: modernize test formattingbrian m. carlson2020-05-271-174/+182
* t5302: make hash size independentbrian m. carlson2020-02-071-9/+12
* t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-1/+1
* t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy2018-03-271-7/+7
* index-pack: support checking objects but not linksJonathan Tan2018-03-151-0/+5
* t/t5302-pack-index.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-17/+17
* fsck: allow upgrading fsck warnings to errorsJohannes Schindelin2015-06-231-1/+1
* Make sure that index-pack --strict checks tag objectsJohannes Schindelin2014-09-121-0/+19
* pack-objects: name pack files after trailer hashJeff King2013-12-051-2/+2
* pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy2012-02-011-0/+4
* verify-pack: use index-pack --verifyJunio C Hamano2011-06-051-3/+2
* index-pack --verify: read anomalous offsets from v2 idx fileJunio C Hamano2011-02-271-1/+1
* index-pack: --verifyJunio C Hamano2011-02-271-0/+18
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* t5302: Use prerequisite tags to skip 64-bit offset testsJohannes Sixt2009-03-221-10/+5
* t5300, t5302, t5303: Do not use /dev/zeroJohannes Sixt2009-03-191-1/+1
* Force t5302 to use a single threadJohannes Schindelin2008-12-151-0/+1
* Merge branch 'np/pack-safer'Junio C Hamano2008-11-121-1/+2
|\
| * close another possibility for propagating pack corruptionNicolas Pitre2008-11-021-1/+2
* | Merge branch 'np/index-pack'Junio C Hamano2008-11-021-27/+65
|\ \ | |/ |/|
| * improve index-pack testsNicolas Pitre2008-10-221-27/+65
* | rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-211-0/+10
|/
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-6/+6
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-5/+6
* verify-pack: test for detection of index v2 object CRC mismatchNicolas Pitre2008-06-241-0/+14
* fix bsd shell negationJeff King2008-05-131-1/+1
* remove use of "tail -n 1" and "tail -1"Jeff King2008-03-131-2/+2
* Sane use of test_expect_failureJunio C Hamano2008-02-011-16/+16
* rehabilitate some t5302 tests on 32-bit off_t machinesNicolas Pitre2007-11-151-7/+2
* t5302-pack-index: Skip tests of 64-bit offsets if necessary.Johannes Sixt2007-11-141-2/+23
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-28/+28
* Don't use seq in tests, not everyone has itShawn O. Pearce2007-05-021-2/+5
* t5302: avoid using tail -cJunio C Hamano2007-04-231-1/+1
* tests for various pack index featuresNicolas Pitre2007-04-111-0/+146