From: Linus Torvalds Date: Sun, 5 Aug 2007 04:48:08 +0000 (-0700) Subject: apply: remove directory that becomes empty by renaming the last file away X-Git-Tag: v1.5.2.5~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/93969438dca50c7f0039fcf35e7ab82776d4122f?hp=93969438dca50c7f0039fcf35e7ab82776d4122f apply: remove directory that becomes empty by renaming the last file away We attempt to remove directory that becomes empty after removal of a file. We should do the same when we rename an existing file away. Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano ---