Re: [PATCH] bisect: print abbrev sha1 for first bad commit
From: Christian Couder <hidden> Date: 2016-06-15 23:04:45
On Wed, May 13, 2015 at 1:40 AM, Trevor Saunders [off-list ref] wrote:
my sense is that the division between git-bisect.sh and bisect--helper.c
isn't really great and could already use refactoring so I suspect it'd
be a fair amount of work.
About the division between git-bisect.sh and bisect--helper.c, yeah I
started converting git-bisect.sh into C code, but haven't finished
that.