On Thursday 2007 June 21, Jeff King wrote: > You can do this much more efficiently by just operating on the index. > Something like: > > git-filter-branch --index-filter \ > 'git-ls-files -s | sed -n 's/change/paths/p' | git-update-index > --index-info' \ directorymoved :-D Even better. I am definitely in the "fan of git-filter-branch" camp. Thanks for sharing that line; I've actually found it instructive for more than just git-filter-branch. I definitely hadn't appreciated the fact that the index can be so easily manipulated. Andy -- Dr Andy Parkins, M Eng (hons), MIET andyparkins@xxxxxxxxx - 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