upload-pack: send non-HEAD symbolic refs
commit5e7dcad771cb873e278a0571b46910d7c32e2f6c
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2013 23:21:33 +0000 (17 16:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 04:51:58 +0000 (17 21:51 -0700)
tree63cf95d948af798a1d6663c2de326ad13ac29b17
parent7171d8c15f919c760d52f814a0aee1b1253385b1
upload-pack: send non-HEAD symbolic refs

With the same mechanism as used to tell where "HEAD" points at to
the other end, we can tell the target of other symbolic refs as
well.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
upload-pack.c