On Wed, Apr 23, 2008 at 10:00:59AM -0700, Junio C Hamano wrote: > - Teach people that leftover cruft is nothing to worry about. But it _is_ something to worry about in some particular situations. For run-of-the-mill rebasing, sure, ignore it. But this question usually comes up because the user did something like: 1. import from foreign SCM or other source 2. realize massive, history-wide mistake; git filter-branch to fix up the changes 3. wonder why git is using twice as much space as it needs to; with a repository in the hundreds or thousands of megs, this can get really annoying (either because of wasted space, or because some operations, like "git repack -a" actually do per-object work). -Peff -- 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