On Tue, May 19, 2015 at 5:10 PM, Christian Couder
[off-list ref] wrote:
Last Autumn I started to work a bit on « git bisect fix/unfixed » (or
more accurately « git bisect old/new ») by applying and reworking a
bit what your Ensimag elders had done. It is not much but maybe it can
help you a bit.
It is on this branch on my github repo:
https://github.com/chriscool/git/commits/boldnew1
There are only 3 original patches on this branch. The first one is
what your elders did and the other 2 are some small cleanups on top.
You will need to rebase and rework this, but it is a start.
Actually I rebased it on current master and it is available here:
https://github.com/chriscool/git/commits/boldnew2
Best,
Christian.