Re: [PATCH v4 0/6] convert various shell functions in git-bisect to C

2016-07-11 Thread Junio C Hamano
Pranit Bauva writes: > Some minor nits. Previous version can be found here[1]. > > [1]: http://thread.gmane.org/gmane.comp.version-control.git/298263 > > The inter-diff is : > ... > diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c > ... > Pranit Bauva (6): > bisect--helper: `bis

[PATCH v4 0/6] convert various shell functions in git-bisect to C

2016-07-06 Thread Pranit Bauva
Some minor nits. Previous version can be found here[1]. [1]: http://thread.gmane.org/gmane.comp.version-control.git/298263 The inter-diff is : diff --git a/builtin/bisect--helper.c b/builtin/bisect--helper.c index e946ba9..c2f3cee 100644 --- a/builtin/bisect--helper.c +++ b/builtin/bisect--helpe