ref-log: fix D/F conflict coming from deleted refs.
authorJunio C Hamano <junkio@cox.net>
Thu, 19 Oct 2006 08:28:47 +0000 (01:28 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 19 Oct 2006 08:28:47 +0000 (01:28 -0700)
After deleting a branch l/k, you should be able to create a
branch l. Earlier we added remove_empty_directories() on the
ref creation side to remove leftover .git/refs/l directory but
we also need a matching code to remove .git/logs/refs/l
directory.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found