On 06/23/2010 05:08 PM, Luca Bertoncello wrote:
Exact! :D
The easiest is to use git bisect.
git bisect start -- openbsc (to limit it to that subdir)
git bisect good GOOD_REVISION (the sha1 not the stuff before the hyphen)
git bisect bad BAD_REVISION..
then repeat...
$ make
$ test_it...
and then either
$ git bisect good or git bisect bad...
at the end git will show you the commit that introduced the problem...