Question

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.

Was it helpful?

Solution

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

man git-bisect
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top