]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
test-pkt-line: introduce a packet-line test helper
authorBrandon Williams <bmwill@google.com>
Wed, 14 Mar 2018 18:31:48 +0000 (11:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 21:15:07 +0000 (14:15 -0700)
commit74e70029615ead3e7203fed715abf0dc31bcb211
treebd76f0aabc6259b93df3ef73f872975f316f40b0
parent8f6982b4e16c60bba713a3b6592b2ff5c7476974
test-pkt-line: introduce a packet-line test helper

Introduce a packet-line test helper which can either pack or unpack an
input stream into packet-lines and writes out the result to stdout.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
t/helper/test-pkt-line.c [new file with mode: 0644]