Jeff King wrote: > 2. Make a refs/dead hierarchy so that the reflogs don't interfere with > new branches. This just pushes off the problem, though, for when > you try to delete "foo/bar" and see that "refs/dead/foo" is already > blocking its spot in the reflog graveyard. This is easily solved by tweaking the name for dead reflogs. logs/dead_refs/foo~ doesn't clash with logs/dead_refs/foo/bar~. You might also want to stick a sequence number into the filename, for when you delete more than one foo/bar branch. -zefram -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html