Re: git bisect result off by 1 commit

2013-02-11 Thread Tim Chen
Looks perfectly normal to me. The message above: HEAD is now at a0d271c... Linux 3.6 Bisecting: 0 revisions left to test after this (roughly 0 steps) [d54b1a9e0eaca92cde678d19bd82b9594ed00450] perf script: Remove use of die/exit is asking you to test the commit at d54b1a9e and

git bisect result off by 1 commit

2013-02-08 Thread Tim Chen
When I am doing a git bisect to track down a problem commit on the Linux kernel tree, I found that git bisect actually led me to a patch that's one before the problem commit. In particular, $ git bisect replay bisectlog Previous HEAD position was d54b1a9... perf script: Remove use of die/exit