Age | Commit message (Expand) | Author | Files | Lines |
2013-05-20 | t5000: test long filenames | René Scharfe | 1 | -0/+46 |
2013-05-20 | t5000: simplify tar-tree tests | René Scharfe | 1 | -23/+8 |
2013-05-20 | t5000: use check_tar for prefix test | René Scharfe | 1 | -12/+12 |
2013-05-20 | t5000: factor out check_tar | René Scharfe | 1 | -13/+22 |
2013-05-20 | t5000, t5003: create directories for extracted files lazily | René Scharfe | 1 | -3/+3 |
2013-05-20 | t5000: integrate export-subst tests into regular tests | René Scharfe | 1 | -32/+6 |
2013-01-23 | archive-tar: use parse_config_key when parsing config | Jeff King | 1 | -1/+2 |
2013-01-07 | t5000, t5003: move ZIP tests into their own script | René Scharfe | 1 | -69/+0 |
2013-01-07 | t0024, t5000: use test_lazy_prereq for UNZIP | René Scharfe | 1 | -7/+5 |
2013-01-06 | t0024, t5000: clear variable UNZIP, use GIT_UNZIP instead | René Scharfe | 1 | -5/+5 |
2012-05-03 | t5000: rationalize unzip tests | René Scharfe | 1 | -40/+39 |
2012-05-03 | archive-zip: streaming for deflated files | René Scharfe | 1 | -0/+7 |
2012-05-03 | archive-zip: streaming for stored files | René Scharfe | 1 | -0/+6 |
2012-05-03 | archive-tar: stream large blobs to tar file | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2011-12-16 | Merge branch 'jk/upload-archive-use-start-command' | Junio C Hamano | 1 | -5/+5 |
2011-11-21 | Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archive | Junio C Hamano | 1 | -0/+8 |
2011-11-21 | archive: don't let remote clients get unreachable commits | Jeff King | 1 | -0/+8 |
2011-11-21 | upload-archive: use start_command instead of fork | Jeff King | 1 | -5/+5 |
2011-11-15 | Revert "upload-archive: use start_command instead of fork" | Junio C Hamano | 1 | -5/+5 |
2011-10-30 | upload-archive: use start_command instead of fork | Erik Faye-Lund | 1 | -5/+5 |
2011-08-03 | Skip archive --remote tests on Windows | Johannes Sixt | 1 | -4/+4 |
2011-06-22 | upload-archive: allow user to turn off filters | Jeff King | 1 | -3/+22 |
2011-06-22 | archive: provide builtin .tar.gz filter | Jeff King | 1 | -0/+38 |
2011-06-22 | archive: implement configurable tar filters | Jeff King | 1 | -0/+43 |
2010-10-01 | Skip 'git archive --remote' test on msysGit | Pat Thoyts | 1 | -1/+1 |
2010-02-07 | archive: simplify archive format guessing | René Scharfe | 1 | -0/+10 |
2009-10-08 | Git archive and trailing "/" in prefix | René Scharfe | 1 | -0/+12 |
2009-06-27 | Test git archive --remote | Thomas Rast | 1 | -0/+4 |
2009-04-17 | archive tests: do not use .gitattributes in working directory | René Scharfe | 1 | -4/+5 |
2009-03-22 | Use prerequisites to skip tests that need unzip | Johannes Sixt | 1 | -8/+8 |
2009-03-22 | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 1 | -1/+5 |
2009-03-19 | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 1 | -1/+1 |
2009-03-17 | Tests: use test_cmp instead of diff where possible | Miklos Vajna | 1 | -11/+11 |
2009-03-04 | git-archive: add --output=<file> to send output to a file | Carlos Manuel Duclos Vergara | 1 | -0/+8 |
2008-10-31 | Use test-chmtime -v instead of perl in t5000 to get mtime of a file | Alex Riesen | 1 | -1/+1 |
2008-10-26 | git-archive: work in bare repos | Charles Bailey | 1 | -0/+21 |
2008-07-25 | Merge branch 'maint' | Junio C Hamano | 1 | -6/+5 |
2008-07-25 | Makefile: fix shell quoting | Junio C Hamano | 1 | -5/+5 |
2008-07-25 | tests: propagate $(TAR) down from the toplevel Makefile | Junio C Hamano | 1 | -1/+0 |
2008-06-09 | Teach new attribute 'export-ignore' to git-archive | René Scharfe | 1 | -0/+9 |
2008-05-13 | t5000: tar portability fix | Jeff King | 1 | -4/+4 |
2008-04-10 | git-archive: ignore prefix when checking file attribute | René Scharfe | 1 | -1/+14 |
2007-09-13 | archive: fix subst file generation | René Scharfe | 1 | -6/+9 |
2007-09-06 | archive: rename attribute specfile to export-subst | René Scharfe | 1 | -9/+9 |
2007-09-06 | archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLD... | René Scharfe | 1 | -2/+2 |
2007-09-03 | archive: specfile support (--pretty=format: in archive files) | René Scharfe | 1 | -0/+19 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -25/+25 |
2007-06-09 | t5000: silence unzip availability check | René Scharfe | 1 | -1/+1 |
2007-06-06 | t5000: skip ZIP tests if unzip was not found | Johannes Schindelin | 1 | -0/+7 |
2007-04-09 | git-archive: make tar the default format | René Scharfe | 1 | -1/+9 |