send-pack: rename "new_refs" to "need_pack_data"
commit27ab9b1ca63ba99479fbad1e365d73b54ffb1944
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Aug 2014 19:23:51 +0000 (15 12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Aug 2014 22:36:00 +0000 (22 15:36 -0700)
tree5648d5aa19a65db27317c17980effdc814d81c8b
parentd98b52cdf7ac987c92f1e12d08a86e6dc01385e0
send-pack: rename "new_refs" to "need_pack_data"

The variable counts how many non-deleting command is being sent, but
is only checked with 0-ness to decide if we need to send the pack
data.

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