Jonathan Nieder wrote: > There are a lot of instances of “rm -r .git/refs/original” after > running filter-branch, too. Maybe filter-branch ought to provide > some synonym for > > eval "$( > git for-each-ref refs/heads/\* --shell --format='git update-ref -d %(refname) &&' && > echo : > )" That should have read as ... git for-each-ref refs/original --shell ... Sorry about that. -- 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