On Wed, Sep 08, 2010 at 02:06:54PM -0600, Jonathan Nieder wrote: > > In many cases one can get the index statinfo out of sync with > > worktree, resulting in eg. gitk listing all files as modified, > > although it shows most of them with no real change - imaging what that > > gives on eg the kernel tree: gitk effectively unusable. > > Of course "git add --refresh ." can be used as a workaround just like > "git status" can. Do you remember what particular actions are > resulting in the stat information going awry?
Yes, it happens systematically when copying a git tree, even with "cp -a" - presumably a consequence of stat granularity. But well, that's much less of a problem now 1.7.2 is in there :) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

