문제

Somewhere between xorg 7.6 and 7.7, the keyboard accessibility features were degraded to the point where any distro running 7.7 is effectively unusable to me.

Is there a tool that assists developers in performing a binary search of commits to help locate a bug?

For example, the pivot would initially be the middle commit: apply git updates, build, test. If the feature still works, choose a pivot 3/4 of the way; if not, 1/4.

...and so on until you find the update that caused the degradation.

I would love to upgrade to Wheezy, but the broken keyboard accessibility is a major impediment.

도움이 되었습니까?

해결책

Yes it is. Google it or use the command line to see how it works:

man git-bisect
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top