summaryrefslogtreecommitdiff
path: root/t/t5000-tar-tree.sh
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-22archive: provide builtin .tar.gz filterLibravatar Jeff King1-0/+38
2011-06-22archive: implement configurable tar filtersLibravatar Jeff King1-0/+43
2010-10-01Skip 'git archive --remote' test on msysGitLibravatar Pat Thoyts1-1/+1
2010-02-07archive: simplify archive format guessingLibravatar René Scharfe1-0/+10
2009-10-08Git archive and trailing "/" in prefixLibravatar René Scharfe1-0/+12
2009-06-27Test git archive --remoteLibravatar Thomas Rast1-0/+4
2009-04-17archive tests: do not use .gitattributes in working directoryLibravatar René Scharfe1-4/+5
2009-03-22Use prerequisites to skip tests that need unzipLibravatar Johannes Sixt1-8/+8
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt1-1/+5
2009-03-19test suite: Use 'say' to say something instead of 'test_expect_success'Libravatar Johannes Sixt1-1/+1
2009-03-17Tests: use test_cmp instead of diff where possibleLibravatar Miklos Vajna1-11/+11
2009-03-04git-archive: add --output=<file> to send output to a fileLibravatar Carlos Manuel Duclos Vergara1-0/+8
2008-10-31Use test-chmtime -v instead of perl in t5000 to get mtime of a fileLibravatar Alex Riesen1-1/+1
2008-10-26git-archive: work in bare reposLibravatar Charles Bailey1-0/+21