aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0021/rot13-filter.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-14tests: use the new C rot13-filter helper to avoid PERL prereqMatheus Tavares1-247/+0
2021-02-12Sync with 2.26.3Johannes Schindelin1-3/+18
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares1-3/+18
2020-03-16builtin/checkout: compute checkout metadata for checkoutsbrian m. carlson1-1/+1
2020-03-16convert: provide additional metadata to filtersbrian m. carlson1-0/+6
2018-01-10mingw: handle GITPERLLIB in t0021 in a Windows-compatible wayJohannes Schindelin1-1/+16
2017-11-22Git/Packet: clarify that packet_required_key_val_read allows EOFChristian Couder1-2/+2
2017-11-07Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuseChristian Couder1-137/+3
2017-11-07t0021/rot13-filter: add capability functionsChristian Couder1-13/+45
2017-11-07t0021/rot13-filter: refactor checking final lfChristian Couder1-3/+11
2017-11-07t0021/rot13-filter: add packet_initialize()Christian Couder1-10/+16
2017-11-07t0021/rot13-filter: improve error messageChristian Couder1-1/+2
2017-11-07t0021/rot13-filter: improve 'if .. elsif .. else' styleChristian Couder1-26/+13
2017-11-07t0021/rot13-filter: refactor packet reading functionsChristian Couder1-10/+28
2017-11-07t0021/rot13-filter: fix list comparisonChristian Couder1-7/+28
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider1-65/+139
2017-06-29t0021: write "OUT <size>" only on successLars Schneider1-3/+3
2017-06-26t0021: make debug log file name configurableLars Schneider1-3/+5
2016-12-27Merge branch 'ls/filter-process'Junio C Hamano1-2/+6
2016-12-06docs: warn about possible '=' in clean/smudge filter process valuesLars Schneider1-2/+6
2016-11-02t0021: fix filehandle usage on older perlJeff King1-0/+1
2016-11-02t0021: use $PERL_PATH for rot13-filter.plJeff King1-1/+0
2016-10-17convert: add filter.<driver>.process optionLars Schneider1-0/+192