send-pack: rename "new_refs" to "need_pack_data"
commitab2b0c908aa1d1643fb15ffca4b943c3add9b945
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Aug 2014 19:23:51 +0000 (15 12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Sep 2014 20:23:19 +0000 (15 13:23 -0700)
tree55f70dfb2f8dbff6a0670f74494e5bb57f4915ef
parent52d2ae582e84c6d4ace8ab7e021808915148816a
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