Re: [PATCH] Use packet_reader instead of packet_read_line
Sorry. This is really broken. I'll fix the tests and send another version.
[PATCH] Use packet_reader instead of packet_read_line
By using and sharing a packet_reader while handling a Git pack protocol request, the same reader option is used throughout the code. This makes it easy to set a reader option to the request parsing code. Signed-off-by: Masaya Suzuki --- builtin/archive.c | 19 ++--- builtin/receive-