On Thu, Sep 01, 2011 at 07:14:30PM +0200, Matthieu Moy wrote: > James Blackburn <jamesblackburn@xxxxxxxxx> writes: > > > Is there a particular reason why filter-branch thinks the tree is > > dirty, > > No idea. It comes after a "git reset --hard", so it's supposed to be > clean. I wonder if there are racily clean entries[1] in the index, and diff-index reports them as potential changes. At any rate, filter-branch should probably be refreshing the index before checking for dirtiness, which would give the correct answer either way. -Peff [1] See Documentation/technical/racy-git.txt for more information. -- 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