| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'js/t5000-dont-copy-bin-sh' | Junio C Hamano | 2014-12-22 | 1 | -1/+1 |
|\ |
|
| * | t5000 on Windows: do not mistake "sh.exe" as "sh"js/t5000-dont-copy-bin-sh | Johannes Sixt | 2014-11-24 | 1 | -1/+1 |
* | | Merge branch 'nd/archive-pathspec' | Junio C Hamano | 2014-10-08 | 1 | -0/+14 |
|\ \
| |/
|/| |
|
| * | archive: support filtering paths with globnd/archive-pathspec | Nguyễn Thái Ngọc Duy | 2014-09-22 | 1 | -0/+14 |
* | | t5000, t5003: simplify commitrs/simplify-archive-tests | René Scharfe | 2014-07-07 | 1 | -8/+4 |
* | | Merge branch 'ep/avoid-test-a-o' | Junio C Hamano | 2014-06-25 | 1 | -1/+1 |
|\ \ |
|
| * | | t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>" | Elia Pinto | 2014-06-09 | 1 | -1/+1 |
* | | | Merge branch 'sk/test-cmp-bin' | Junio C Hamano | 2014-06-16 | 1 | -17/+17 |
|\ \ \
| |/ /
|/| | |
|
| * | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-bin | Stepan Kasal | 2014-06-04 | 1 | -17/+17 |
* | | | t5000-tar-tree.sh: use the $( ... ) construct for command substitutionep/shell-command-substitution | Elia Pinto | 2014-04-30 | 1 | -3/+3 |
|/ / |
|
* | | add uploadarchive.allowUnreachable optionsg/archive-restrict-remote | Scott J. Goldman | 2014-02-28 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'jk/t5000-gzip-simplify' | Junio C Hamano | 2013-12-17 | 1 | -16/+4 |
|\ |
|
| * | t5000: simplify gzip prerequisite checksjk/t5000-gzip-simplify | Jeff King | 2013-12-04 | 1 | -16/+4 |
* | | tar-tree: remove deprecated command | John Keeping | 2013-11-12 | 1 | -13/+3 |
|/ |
|
* | 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 |