Y
Hacker News
new
|
ask
|
show
|
jobs
by
account42
1301 days ago
It's still log(total commits) of full rebuilds. I don't think git bisect ever promised anything more.
1 comments
BenFrantzDale
1301 days ago
If it’s my branch, I often have a build of every commit in my cache. Even if not, each jump back and forth makes a bunch of new cache entries, many of which will be reused in subsequent bisect steps.
link