Let's assume I have N
git projects, which combined together define a release/ repository R
.
When R
pass a sanity test, T
, we name it a good R
and if it fails we name it a bad R
.
I want to come up with a script, and in the future push it to google repo, which generalizes the git bisect
mechanism for a repository R
defined by N
git projects.
The aim is to find the latest good R
named best R
. VonC suggested a solution with submodules which is great but I am looking for a solution/algorithm for a repo-google
based repository contains N
git projects (e.g. Android).