On Thu, May 14, 2015 at 11:40 AM, Alex Coppens <alex@xxxxxxxxxxxxxxx> wrote: > I use git version 2.2.1. I cannot provide an example repository that > reproduces the error. > > What does git bisect do? git bisect looks at the git history and performs a binary search on it to find the commit which introduced a bug. http://git-scm.com/docs/git-bisect To find the bug that way, you'd need to get the source code of git and compile it yourself though (multiple times until the bug is found) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html