Hi, On Tue, 9 Oct 2007, Bill Lear wrote: > Our company has content in our central git repository that we need to > remove per a contractual obligation. I believe the content in question > is limited to one sub-directory, that has existed since (or near to) the > beginning of the repo, if that matters. We obviously would just like to > issue a "git nuke" operation and be done with it, if that is available. > Barring that, we could probably follow reasonably simple steps to purge > the content and rebuild the repo. > > So, what options do we have at present? git filter-branch. I suggest using the index filter. There is even a nice example in the man page of git filter-branch. Which reminds me that I have some TODOs left in filter-branch... Ciao, Dscho - 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