Age | Commit message (Expand) | Author | Files | Lines |
2017-07-26 | sub-process: refactor handshake to common function | Jonathan Tan | 1 | -1/+1 |
2017-06-30 | convert: add "status=delayed" to filter process protocol | Lars Schneider | 1 | -0/+116 |
2017-06-29 | t0021: write "OUT <size>" only on success | Lars Schneider | 1 | -3/+3 |
2017-06-26 | t0021: make debug log file name configurable | Lars Schneider | 1 | -22/+22 |
2017-06-26 | t0021: keep filter log files on comparison | Lars Schneider | 1 | -6/+6 |
2016-12-27 | Merge branch 'ls/filter-process' | Junio C Hamano | 1 | -24/+9 |
2016-12-19 | Merge branch 'ls/t0021-fixup' | Junio C Hamano | 1 | -3/+2 |
2016-12-18 | t0021: fix flaky test | Lars Schneider | 1 | -16/+1 |
2016-12-06 | docs: warn about possible '=' in clean/smudge filter process values | Lars Schneider | 1 | -10/+10 |
2016-12-05 | t0021: minor filter process test cleanup | Lars Schneider | 1 | -3/+2 |
2016-11-11 | Merge branch 'ls/filter-process' | Junio C Hamano | 1 | -2/+1 |
2016-11-11 | Merge branch 'js/pwd-var-vs-pwd-cmd-fix' | Junio C Hamano | 1 | -1/+1 |
2016-11-11 | t0021: remove debugging cruft | Junio C Hamano | 1 | -2/+1 |
2016-11-11 | t0021, t5615: use $PWD instead of $(pwd) in PATH-like shell variables | Johannes Sixt | 1 | -1/+1 |
2016-11-10 | Merge branch 'jk/filter-process-fix' | Junio C Hamano | 1 | -14/+16 |
2016-11-08 | t0021: compute file size with a single process instead of a pipeline | Johannes Sixt | 1 | -1/+1 |
2016-11-08 | t0021: expect more variations in the output of uniq -c | Johannes Sixt | 1 | -4/+3 |
2016-11-02 | t0021: use $PERL_PATH for rot13-filter.pl | Jeff King | 1 | -8/+11 |
2016-11-02 | t0021: put $TEST_ROOT in $PATH | Jeff King | 1 | -3/+4 |
2016-11-02 | t0021: use write_script to create rot13 shell script | Jeff King | 1 | -3/+1 |
2016-10-17 | convert: add filter.<driver>.process option | Lars Schneider | 1 | -3/+441 |
2016-10-17 | convert: modernize tests | Lars Schneider | 1 | -29/+29 |
2016-07-22 | diff: do not reuse worktree files that need "clean" conversion | Jeff King | 1 | -0/+11 |
2016-01-29 | convert: treat an empty string for clean/smudge filters as "cat" | Lars Schneider | 1 | -0/+16 |
2015-06-01 | Merge branch 'jh/filter-empty-contents' | Junio C Hamano | 1 | -0/+26 |
2015-05-20 | filter_buffer_or_fd(): ignore EPIPE | Junio C Hamano | 1 | -0/+10 |
2015-05-18 | sha1_file: pass empty buffer to index empty file | Jim Hill | 1 | -0/+26 |
2014-08-28 | convert: stream from fd to required clean filter to reduce used address space | Steffen Prohaska | 1 | -5/+19 |
2014-06-09 | test: turn EXPENSIVE into a lazy prerequisite | Junio C Hamano | 1 | -2/+0 |
2013-08-20 | xread, xwrite: limit size of IO to 8MB | Steffen Prohaska | 1 | -0/+14 |
2012-02-17 | Add a setting to require a filter to be successful | Jehan Bing | 1 | -0/+37 |
2011-05-26 | t0021: test application of both crlf and ident | Junio C Hamano | 1 | -8/+24 |
2011-05-26 | t0021-conversion.sh: fix NoTerminatingSymbolAtEOF test | René Scharfe | 1 | -11/+12 |
2010-12-22 | t0021: avoid getting filter killed with SIGPIPE | Junio C Hamano | 1 | -0/+1 |
2010-12-22 | convert filter: supply path to external driver | Pete Wyckoff | 1 | -0/+42 |
2010-04-10 | convert: Keep foreign $Id$ on checkout. | Henrik Grubbström | 1 | -1/+1 |
2010-04-10 | convert: Safer handling of $Id$ contraction. | Henrik Grubbström | 1 | -6/+10 |
2010-01-05 | t0021: use $SHELL_PATH for the filter script | Johannes Sixt | 1 | -1/+2 |
2008-03-11 | t0021: tr portability fix for Solaris | Jeff King | 1 | -1/+3 |
2007-10-21 | t0021-conversion.sh: Test that the clean filter really cleans content. | Johannes Sixt | 1 | -1/+6 |
2007-05-28 | Add test case for $Id$ expanded in the repository | Andy Parkins | 1 | -0/+36 |
2007-05-14 | Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ... | Andy Parkins | 1 | -2/+2 |
2007-04-24 | Add 'filter' attribute and external filter driver definition. | Junio C Hamano | 1 | -0/+9 |
2007-04-24 | Add 'ident' conversion. | Junio C Hamano | 1 | -0/+39 |