apply: a bit more comments on PATH_TO_BE_DELETED
commitf3b8f91a6919c8ab806016791c4a4bfd63c5169c
authorJunio C Hamano <gitster@pobox.com>
Wed, 16 May 2012 20:21:39 +0000 (16 13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 21:36:26 +0000 (9 14:36 -0700)
tree66bccc1595995ba2ffe046195e9d21975369d8b0
parent15793646acba291dc2709cb82d3f72cd5be8c6c0
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 <gitster@pobox.com>
builtin/apply.c