connect.c: teach get_remote_heads to parse "shallow" lines
authorNguyễn Thái Ngọc Duy <redacted>
Thu, 5 Dec 2013 13:02:33 +0000 (20:02 +0700)
committerJunio C Hamano <redacted>
Wed, 11 Dec 2013 00:14:16 +0000 (16:14 -0800)
commitb06dcd7d6829c86afda6b311cadf009ee4b4dd59
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fetch-pack.c
builtin/send-pack.c
connect.c
remote-curl.c
remote.h
transport.c
git clone https://git.99rst.org/PROJECT