Re: [PATCH v2 11/21] bisect: use struct node_data array instead of int array
From: Junio C Hamano <hidden> Date: 2016-06-16 02:18:49
Stephan Beyer [off-list ref] writes:
This is a preparation for subsequent changes.
During a bisection process, we want to augment commits with
further information to improve speed.
Signed-off-by: Stephan Beyer <redacted>
---