transport-helper.c::push_refs(): emit "no refs" error message
commitc1ceea1d273925fe6ecb0824e7ea08eb6e6e2635
authorTay Ray Chuan <rctay89@gmail.com>
Fri, 8 Jan 2010 02:12:45 +0000 (8 10:12 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jan 2010 07:34:11 +0000 (9 23:34 -0800)
tree8a15642013e59266de733774e8da2afdda54db98
parent08d63a422ba7293119865e6cbbc3a34619be32f7
transport-helper.c::push_refs(): emit "no refs" error message

Emit an error message when remote_refs is not set.

This behaviour is consistent with that of builtin-send-pack.c and
http-push.c.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c