commit | bc7127ef0f81d996e9691c6c898b926867aae89f | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Sep 30 02:25:30 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sat Sep 30 15:07:58 2006 -0700 |
tree | cec66ad6ad7ecd427cb22aa826454de3d22b013c | |
parent | fc12f0829d027a6f7a86b38ae56b1424f2378470 [diff] |
ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore. It is normal to have .git/refs/heads/foo directory which is empty after the last branch whose name starts with foo/ is removed. Make sure we notice this case and allow creation of branch foo by removing the empty directory. Signed-off-by: Junio C Hamano <junkio@cox.net>