From: Michael Haggerty Date: Tue, 25 Nov 2014 08:02:30 +0000 (+0100) Subject: prune_remote(): initialize both delete_refs lists in a single loop X-Git-Tag: v2.3.0-rc0~70^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/28d3f214d12af4a3d7e625faf4bb0af6c735fa8b?hp=28d3f214d12af4a3d7e625faf4bb0af6c735fa8b prune_remote(): initialize both delete_refs lists in a single loop Also free them together at the end of the function. In a moment, the array version will become redundant. Managing them together makes later steps more obvious. Signed-off-by: Michael Haggerty Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---