summaryrefslogtreecommitdiff
path: root/t/t5000-tar-tree.sh
AgeCommit message (Expand)AuthorFilesLines
2019-07-01t5000: make hash independentLibravatar brian m. carlson1-5/+11
2018-10-26archive: initialize archivers earlierLibravatar Josh Steadmon1-0/+6
2018-04-25Merge branch 'ps/test-chmtime-get'Libravatar Junio C Hamano1-1/+1
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimeLibravatar Paul-Sebastian Ungureanu1-1/+1
2018-03-27t/helper: merge test-genrandom into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-04-20t0006 & t5000: skip "far in the future" test when time_t is too limitedLibravatar Johannes Schindelin1-1/+1
2017-04-20t0006 & t5000: prepare for 64-bit timestampsLibravatar Johannes Schindelin1-3/+3
2016-12-16t5000: extract nongit function to test-lib-functions.shLibravatar Jeff King1-14/+0
2016-11-22archive: read local configurationLibravatar Junio C Hamano1-3/+32
2016-07-15archive-tar: huge offset and future timestamps would not work on 32-bitLibravatar Junio C Hamano1-6/+6
2016-07-01archive-tar: write extended headers for far-future mtimeLibravatar Jeff King1-2/+2
2016-07-01archive-tar: write extended headers for file sizes >= 8GBLibravatar Jeff King1-2/+2
2016-07-01t5000: test tar files that overflow ustar headersLibravatar Jeff King1-0/+74
2014-12-22Merge branch 'js/t5000-dont-copy-bin-sh'Libravatar Junio C Hamano1-1/+1
2014-11-24t5000 on Windows: do not mistake "sh.exe" as "sh"Libravatar Johannes Sixt1-1/+1
2014-10-08Merge branch 'nd/archive-pathspec'Libravatar Junio C Hamano1-0/+14
2014-09-22archive: support filtering paths with globLibravatar Nguyễn Thái Ngọc Duy1-0/+14
2014-07-07t5000, t5003: simplify commitLibravatar René Scharfe1-8/+4
2014-06-25Merge branch 'ep/avoid-test-a-o'Libravatar Junio C Hamano1-1/+1
2014-06-16Merge branch 'sk/test-cmp-bin'Libravatar Junio C Hamano1-17/+17
2014-06-09t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>"Libravatar Elia Pinto1-1/+1
2014-06-04t5000, t5003: do not use test_cmp to compare binary filesLibravatar Stepan Kasal1-17/+17
2014-04-30t5000-tar-tree.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-02-28add uploadarchive.allowUnreachable optionLibravatar Scott J. Goldman1-0/+9
2013-12-17Merge branch 'jk/t5000-gzip-simplify'Libravatar Junio C Hamano1-16/+4
2013-12-04t5000: simplify gzip prerequisite checksLibravatar Jeff King1-16/+4
2013-11-12tar-tree: remove deprecated commandLibravatar John Keeping1-13/+3
2013-05-20t5000: test long filenamesLibravatar René Scharfe1-0/+46
2013-05-20t5000: simplify tar-tree testsLibravatar René Scharfe1-23/+8
2013-05-20t5000: use check_tar for prefix testLibravatar René Scharfe1-12/+12
2013-05-20t5000: factor out check_tarLibravatar René Scharfe1-13/+22
2013-05-20t5000, t5003: create directories for extracted files lazilyLibravatar René Scharfe1-3/+3
2013-05-20t5000: integrate export-subst tests into regular testsLibravatar René Scharfe1-32/+6
2013-01-23archive-tar: use parse_config_key when parsing configLibravatar Jeff King1-1/+2
2013-01-07t5000, t5003: move ZIP tests into their own scriptLibravatar René Scharfe1-69/+0
2013-01-07t0024, t5000: use test_lazy_prereq for UNZIPLibravatar René Scharfe1-7/+5
2013-01-06t0024, t5000: clear variable UNZIP, use GIT_UNZIP insteadLibravatar René Scharfe1-5/+5
2012-05-03t5000: rationalize unzip testsLibravatar René Scharfe1-40/+39
2012-05-03archive-zip: streaming for deflated filesLibravatar René Scharfe1-0/+7
2012-05-03archive-zip: streaming for stored filesLibravatar René Scharfe1-0/+6
2012-05-03archive-tar: stream large blobs to tar fileLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2011-12-16Merge branch 'jk/upload-archive-use-start-command'Libravatar Junio C Hamano1-5/+5
2011-11-21Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveLibravatar Junio C Hamano1-0/+8
2011-11-21archive: don't let remote clients get unreachable commitsLibravatar Jeff King1-0/+8
2011-11-21upload-archive: use start_command instead of forkLibravatar Jeff King1-5/+5
2011-11-15Revert "upload-archive: use start_command instead of fork"Libravatar Junio C Hamano1-5/+5
2011-10-30upload-archive: use start_command instead of forkLibravatar Erik Faye-Lund1-5/+5
2011-08-03Skip archive --remote tests on WindowsLibravatar Johannes Sixt1-4/+4
2011-06-22upload-archive: allow user to turn off filtersLibravatar Jeff King1-3/+22