|
|
|
|
|
by YoshiRulz
783 days ago
|
|
> I do wonder if jumping back by twice as much is optimal. Some time ago, the idea came to me of weighting commits by diff size (as in LOC added + LOC removed, no thought to binary files), and using that to pick the halfway point for bisection. I'm not familiar with Git internals so I left it there. But I imagine that, while it wouldn't make a huge difference in either case, it would benefit your tool more than it would a regular bisect. |
|