summaryrefslogtreecommitdiff
path: root/t/t5004-archive-corner-cases.sh
Commit message (Expand)AuthorAgeFilesLines
* various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason2023-02-061-0/+2
* t5000-t5999: detect and signal failure within loopEric Sunshine2021-12-131-3/+3
* archive tests: use a cheaper "zipinfo -h" invocation to get headerÆvar Arnfjörð Bjarmason2021-01-231-1/+2
* archive-tar: turn length miscalculation warning into BUGRené Scharfe2019-08-191-2/+1
* archive-tar: fix pax extended header length calculationRené Scharfe2019-08-191-1/+1
* archive-tar: report wrong pax extended header lengthRené Scharfe2019-08-191-0/+20
* t5004: avoid using tar for empty packagesCarlo Marcelo Arenas Belón2018-12-031-9/+8
* archive: don't add empty directories to archivesrs/archive-excluded-directoryRené Scharfe2017-09-141-2/+2
* t5004: require 64-bit support for big ZIP testsrs/large-zipRené Scharfe2017-05-011-2/+7
* archive-zip: support files bigger than 4GBRené Scharfe2017-04-241-1/+1
* archive-zip: support archives bigger than 4GBRené Scharfe2017-04-241-1/+1
* archive-zip: add tests for big ZIP archivesRené Scharfe2017-04-241-0/+45
* archive-zip: support more than 65535 entriesrs/archive-zip-manyRené Scharfe2015-08-281-1/+1
* t5004: test ZIP archives with many entriesRené Scharfe2015-08-281-0/+40
* t: wrap complicated expect_code users in a blockJeff King2015-03-201-2/+4
* Revert "archive: honor tar.umask even for pax headers"Junio C Hamano2014-10-201-5/+0
* Merge branch 'bc/archive-pax-header-mode'Junio C Hamano2014-09-021-0/+5
|\
| * archive: honor tar.umask even for pax headersbc/archive-pax-header-modebrian m. carlson2014-08-041-0/+5
* | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-041-1/+1
|/
* Merge branch 'rs/empty-archive'Junio C Hamano2013-06-021-0/+15
|\
| * t5004: resurrect original empty tar archive testRené Scharfe2013-05-091-0/+14
| * t5004: avoid using tar for checking emptiness of archiveRené Scharfe2013-05-091-3/+2
* | t5004: avoid using tar for checking emptiness of archiveRené Scharfe2013-05-091-3/+2
|/
* t5004: ignore pax global header fileRené Scharfe2013-05-091-1/+1
* t5004: fix issue with empty archive test and bsdtarRené Scharfe2013-04-101-1/+1
* archive: handle commits with an empty treeJeff King2013-03-101-0/+102