pkt-line: move LARGE_PACKET_MAX definition from sideband
authorJeff King <peff@peff.net>
Wed, 20 Feb 2013 20:02:45 +0000 (15:02 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2013 21:42:22 +0000 (13:42 -0800)
Having the packet sizes defined near the packet read/write
functions makes more sense.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found