commit | c8a97906bad44c83acfec33e7e0a3bb4b15a716d | [log] [tgz] |
---|---|---|
author | Tay Ray Chuan <rctay89@gmail.com> | Sun Apr 04 21:12:17 2010 +0800 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Apr 04 10:18:21 2010 -0700 |
tree | 039bda0ce92ff52110edde74bf470f998b1461c1 | |
parent | 8e50175d945166c26f24827019882ee6607f65f7 [diff] |
pack-protocol.txt: fix pkt-line lengths Previously, the lengths were 4-bytes short. Fix it such that the lengths reflect the total length of the pkt-line, as per spec. Signed-off-by: Tay Ray Chuan <rctay89@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>