From: Junio C Hamano Date: Wed, 16 May 2012 20:21:39 +0000 (-0700) Subject: apply: a bit more comments on PATH_TO_BE_DELETED X-Git-Tag: v1.7.12-rc0~31^2~17 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f3b8f91a6919c8ab806016791c4a4bfd63c5169c?hp=f3b8f91a6919c8ab806016791c4a4bfd63c5169c apply: a bit more comments on PATH_TO_BE_DELETED The code is littered with to_be_deleted() whose purpose is not so clear. Describe where it matters. Also remove an extra space before "#define" that snuck in by mistake at 7fac0ee (builtin-apply: keep information about files to be deleted, 2009-04-11). Signed-off-by: Junio C Hamano ---