summaryrefslogtreecommitdiff
path: root/t/t5000-tar-tree.sh
AgeCommit message (Expand)Author
2016-12-16t5000: extract nongit function to test-lib-functions.shJeff King
2016-11-22archive: read local configurationJunio C Hamano
2016-07-15archive-tar: huge offset and future timestamps would not work on 32-bitJunio C Hamano
2016-07-01archive-tar: write extended headers for far-future mtimeJeff King
2016-07-01archive-tar: write extended headers for file sizes >= 8GBJeff King
2016-07-01t5000: test tar files that overflow ustar headersJeff King
2014-12-22Merge branch 'js/t5000-dont-copy-bin-sh'Junio C Hamano
2014-11-24t5000 on Windows: do not mistake "sh.exe" as "sh"Johannes Sixt
2014-10-08Merge branch 'nd/archive-pathspec'Junio C Hamano
2014-09-22archive: support filtering paths with globNguyễn Thái Ngọc Duy
2014-07-07t5000, t5003: simplify commitRené Scharfe
2014-06-25Merge branch 'ep/avoid-test-a-o'Junio C Hamano
2014-06-16Merge branch 'sk/test-cmp-bin'Junio C Hamano
2014-06-09t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>"Elia Pinto
2014-06-04t5000, t5003: do not use test_cmp to compare binary filesStepan Kasal
2014-04-30t5000-tar-tree.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman
2013-12-17Merge branch 'jk/t5000-gzip-simplify'Junio C Hamano
2013-12-05t5000: simplify gzip prerequisite checksJeff King
2013-11-12tar-tree: remove deprecated commandJohn Keeping
2013-05-20t5000: test long filenamesRené Scharfe
2013-05-20t5000: simplify tar-tree testsRené Scharfe
2013-05-20t5000: use check_tar for prefix testRené Scharfe
2013-05-20t5000: factor out check_tarRené Scharfe
2013-05-20t5000, t5003: create directories for extracted files lazilyRené Scharfe
2013-05-20t5000: integrate export-subst tests into regular testsRené Scharfe
2013-01-23archive-tar: use parse_config_key when parsing configJeff King
2013-01-07t5000, t5003: move ZIP tests into their own scriptRené Scharfe
2013-01-07t0024, t5000: use test_lazy_prereq for UNZIPRené Scharfe
2013-01-07t0024, t5000: clear variable UNZIP, use GIT_UNZIP insteadRené Scharfe
2012-05-03t5000: rationalize unzip testsRené Scharfe
2012-05-03archive-zip: streaming for deflated filesRené Scharfe
2012-05-03archive-zip: streaming for stored filesRené Scharfe
2012-05-03archive-tar: stream large blobs to tar fileNguyễn Thái Ngọc Duy
2011-12-17Merge branch 'jk/upload-archive-use-start-command'Junio C Hamano
2011-11-21Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano
2011-11-21archive: don't let remote clients get unreachable commitsJeff King
2011-11-21upload-archive: use start_command instead of forkJeff King
2011-11-15Revert "upload-archive: use start_command instead of fork"Junio C Hamano
2011-10-31upload-archive: use start_command instead of forkErik Faye-Lund
2011-08-03Skip archive --remote tests on WindowsJohannes Sixt
2011-06-22upload-archive: allow user to turn off filtersJeff King
2011-06-22archive: provide builtin .tar.gz filterJeff King
2011-06-22archive: implement configurable tar filtersJeff King
2010-10-01Skip 'git archive --remote' test on msysGitPat Thoyts
2010-02-07archive: simplify archive format guessingRené Scharfe
2009-10-09Git archive and trailing "/" in prefixRené Scharfe
2009-06-27Test git archive --remoteThomas Rast
2009-04-18archive tests: do not use .gitattributes in working directoryRené Scharfe
2009-03-22Use prerequisites to skip tests that need unzipJohannes Sixt