Merge branch 'cc/git-packet-pm'
commit563b0610d6a0178c24c34aa0e0b69ba5f54acae7
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:14:31 +0000 (15 12:14 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Nov 2017 03:14:31 +0000 (15 12:14 +0900)
treebda471cf2a2554df2715767982b69e555acc7ed6
parentb50d82b00a8fc9d24e41ae7dc30185555f8fb0a0
parent0fe8d516bb70c675fc9cea9339247b01f7e96cad
Merge branch 'cc/git-packet-pm'

Parts of a test to drive the long-running content filter interface
has been split into its own module, hopefully to eventually become
reusable.

* cc/git-packet-pm:
  Git/Packet.pm: extract parts of t0021/rot13-filter.pl for reuse
  t0021/rot13-filter: add capability functions
  t0021/rot13-filter: refactor checking final lf
  t0021/rot13-filter: add packet_initialize()
  t0021/rot13-filter: improve error message
  t0021/rot13-filter: improve 'if .. elsif .. else' style
  t0021/rot13-filter: refactor packet reading functions
  t0021/rot13-filter: fix list comparison