Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Looks like the right tool for that job. I still am unsure whether this makes the most sense in my case vs. starting with a fresh snapshot of the codebase. Commented Feb 4, 2011 at 18:04
  • @phyzome: Depends on how important you think the history is. Expunging is pretty easy with the filter-branch command---just make sure to run it on a clone of the repository as it is destructive and cannot be undone. Commented Feb 5, 2011 at 2:31