| =-f= | Force |
|--------+-------------------------------------------------------------|
+** Bisecting a kernel bug (i.e. manual bisection)
+
+Although it is possible to automate this (if you have two boxes, one
+to build kernels and drive the bisection, and one to boot them and
+check the results), it is also possible to bisect kernel bugs "by
+hand" using =git bisect=. The man page does a better job describing
+the process than I will.
+
+Note that Git will track the bisection state across reboots, which is
+convenient for tracking down kernel bugs. You need to run =git bisect
+reset= to clear that state. If you're nervous, you can save the state
+on your own with =git bisect log > your-file=.
+
* Troubleshooting
** Git commit hangs with no output