connect.c: teach get_remote_heads to parse "shallow" lines
commitb06dcd7d6829c86afda6b311cadf009ee4b4dd59
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 5 Dec 2013 13:02:33 +0000 (5 20:02 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Dec 2013 00:14:16 +0000 (10 16:14 -0800)
tree6db0d883cc38fb1ed50038df1e880f6c7616d0f2
parentad491366de6c883cd04539cb86db31049201dfbd
connect.c: teach get_remote_heads to parse "shallow" lines

No callers pass a non-empty pointer as shallow_points at this
stage. As a result, all clients still refuse to talk to shallow
repository on the other end.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch-pack.c
builtin/send-pack.c
connect.c
remote-curl.c
remote.h
transport.c