going through code commits to find where bug was introduced in what search code example
Example: git bisect
$ git bisect start
$ git bisect bad # Current version is bad
$ git bisect good v2.6.13-rc2 # v2.6.13-rc2 is known to be good