Mike.lifeguard wrote: > On 10-03-26 08:05 PM, Shawn O. Pearce wrote: >> $ git filter-branch --index-filter '' --all > > This and a few other variations I tried does rewrite things, but the > problem persists: Yes, I think git write-tree does not rewrite subtrees. How about git fast-export --all | ( cd /empty/repository && git init && git fast-import ) ? -- 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