Incremental Rewrite of Git Bisect
- Mentors
- larsxschneider, Christian Couder
- Organization
- Git
Git bisect is a frequently used command which helps the developers in finding the commit which introduced the regression. Some part of it is written in shell script. I intend to convert it to portable C code thus making them builtins. This will increase Git’s portability.