>> Unfortunately, I pull infrequently, so I can't really narrow down >> when it started happening. >> >> -Anthony > > You can use git bisect to identify the commit that caused the breakage. > > ORIG_HEAD should point at the commit you used to be on before your last > pull.
I frequently use git reflog --date=relative to see my git activity. > -Bernt > > --