git-bisect is a nice tool. But your software gets build from several repositories:
- core
- plugins
- customer-settings
Is there a way to use git-bisect if you know:
Test was good with
- core version123
- plugin1 version234
- plugin2 version567
- customer-settings version333
and fails with
- core version127
- plugin1 version237
- plugin2 version570
- customer-settings version338
Our code is written with Python, but that should not matter much for this topic.