On Wed, 24 Jan 2024 09:51:52 +0100 Patrick Steinhardt <ps@xxxxxx> wrote: > We also have consider that there may be alternate implementations of Git > that would only know to handle the old layout. Those tools would be > broken in case we did such a migration, but they would be broken anyway > if the bisect was started via Git and not via the tool. The first implementations that come to my mind are Jgit and libgit2. I took a look at these two and apparently there is no support for git-bisect. Maybe you are not referring to those. Also, do we care about several GUIs for git? Eugenio