commit | ab2b0c908aa1d1643fb15ffca4b943c3add9b945 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Aug 15 12:23:51 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Sep 15 13:23:19 2014 -0700 |
tree | 55f70dfb2f8dbff6a0670f74494e5bb57f4915ef | |
parent | 52d2ae582e84c6d4ace8ab7e021808915148816a [diff] |
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>