I have a single repository that contains several sub-projects and no sub-trees or sub-modules. I now have a bug on a new feature that needs fixing in Project C. C depends on projects A and B.
For the feature to work, I need the latest version of Project A.
Somewhere in project B, the bug was introduced. So my question is:
Can I run git bisect and tell it to only operate on Project B's source tree while keeping A and C at their latest versions?