Git Bug Resolve: bisect run failed to locate the right commit, not git bug

2014-08-28 Thread
Dear git developer: On August 27, I report a bug on git bisect: bisect run failed to locate the right commit Today, my friend told me that the problem may be caused by the python compiled file *.pyc. Since if python see the pyc is a new compiled, it will directly run *pyc file but update it.

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

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),