At 10:59 AM -0400 4/8/11, Stephen Bannasch wrote: >At 10:05 AM -0400 4/8/11, Stephen Bannasch wrote: >>I built the laullon branch today to tru it. >> >>Am using laullon as of this commit: >> >> commit 656cb824a32bd1f748e21791697a2a6779464681 >> Author: German Laullon <[email protected]> >> Date: Tue Apr 5 11:39:01 2011 -0700 >> >> NSLog => Dlog (Log only on debug build) >> >>I was able to make several local commits without trouble but then when I >>committed a change in two files after the commit completed the two changes to >>the two files were no longer in the commit but instead back in my working >>directory. >> >>Here's a short screencast showing the problem: >>http://www.screencast.com/t/9WjPJ5m1Z9hJ > >Turns out the problem happens even without making a commit -- if I add two >files to the index, switch to another app, switch back to gitx the two file >sin the index will be moved out of the index. > >Using git bisect here's the first commit where this problem occurs. > >commit b4211b2b01e0a57408d2477bc41ecfb27cf9b78c >Author: German Laullon <[email protected]> >Date: Thu Mar 10 16:32:14 2011 -0800 > > remove "-z" params to avoid "\0" > >:100644 100644 e41e5e53b4d35fb6f14ab6d895a976d10a9bd546 >ae2cad77a139b91daa6cfb33da70da58e2a070b3 M PBGitIndex.m
I'm not sure just what this commit is fixing (so presumably I've broken something): https://github.com/laullon/gitx/commit/b4211b2b01e0a57408d2477bc41ecfb27cf9b78c but when I revert b4211b2b on the tip of the laullon branch the problem I'm having goes away.
