Remove empty directories after read-tree -u.
authorJunio C Hamano <junkio@cox.net>
Tue, 11 Oct 2005 00:34:08 +0000 (17:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 11 Oct 2005 00:34:08 +0000 (17:34 -0700)
commit340e4f88c083b0692e6554b1c2c27fd43c7cc8d3
tree2bab3caf63fc29f249c792289365abaf1cfa071b
parent17712991a59824a8d22d5115c0c154d3122fc17b
Remove empty directories after read-tree -u.

This fixes everybody's favorite gripe that switching branche with
'git checkout' leaves empty directories.

Signed-off-by: Junio C Hamano <junkio@cox.net>
read-tree.c