Re: Git Bug Report: bisect run failed to locate the right commit, detail testing

2014-08-28 Thread Christian Couder
Hi, On Thu, Aug 28, 2014 at 3:49 AM, 李祐棠 r01942...@ntu.edu.tw wrote: Dear git developers: Allow me to describe the testing situation more detail: First the testing repository is in https://github.com/gawel/pyquery my git version is 1.9.2 running on Archlinux 3.14.2 I try to track issue

Git Bug Report: bisect run failed to locate the right commit

2014-08-27 Thread 李祐棠
Dear Git developers: I just found a suspicious bug that might cause by git-bisect run. Version: The git version is 1.9.2, running on Archlinux 3.14.2 The step to produce the error: Here is the repository I participate: https://github.com/gawel/pyquery It got a issue #74, that gives a wrong

Re: Git Bug Report: bisect run failed to locate the right commit

2014-08-27 Thread Jeff King
On Wed, Aug 27, 2014 at 01:42:45PM +, 李祐棠 wrote: Here is the manual test script I use is manualscript.py: I use git bisect manually, search from 1.2.9(bad) to 1.2.8(good), I locate the commit that fixes this issue. The running log is attached in this file(manual). However if I use

Re: Git Bug Report: bisect run failed to locate the right commit

2014-08-27 Thread Christian Couder
Hi, On Wed, Aug 27, 2014 at 3:42 PM, 李祐棠 r01942...@ntu.edu.tw wrote: Dear Git developers: I just found a suspicious bug that might cause by git-bisect run. Version: The git version is 1.9.2, running on Archlinux 3.14.2 The step to produce the error: Here is the repository I participate:

Git Bug Report: bisect run failed to locate the right commit, detail testing

2014-08-27 Thread 李祐棠
Dear git developers: Allow me to describe the testing situation more detail: First the testing repository is in  https://github.com/gawel/pyquery my git version is 1.9.2 running on Archlinux 3.14.2 I try to track issue #74(which is closed now) It give result False/True in version 1.2.8(good),