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