Re: [PATCH v2 4/6] bisect--helper: `bisect_reset` shell function in C

2016-06-16 Thread Pranit Bauva
Hey Eric, On Thu, Jun 16, 2016 at 2:35 AM, Eric Sunshine wrote: > On Wed, Jun 15, 2016 at 10:00 AM, Pranit Bauva wrote: >> Reimplement `bisect_reset` shell function in C and add a `--bisect-reset` >> subcommand to `git bisect--helper` to call it from git-bisect.sh . >> [...] >> Signed-off-by: Pr

Re: [PATCH v2 4/6] bisect--helper: `bisect_reset` shell function in C

2016-06-15 Thread Eric Sunshine
On Wed, Jun 15, 2016 at 10:00 AM, Pranit Bauva wrote: > Reimplement `bisect_reset` shell function in C and add a `--bisect-reset` > subcommand to `git bisect--helper` to call it from git-bisect.sh . > [...] > Signed-off-by: Pranit Bauva > --- > diff --git a/builtin/bisect--helper.c b/builtin/bise

[PATCH v2 4/6] bisect--helper: `bisect_reset` shell function in C

2016-06-15 Thread Pranit Bauva
Reimplement `bisect_reset` shell function in C and add a `--bisect-reset` subcommand to `git bisect--helper` to call it from git-bisect.sh . Using `bisect_reset` subcommand is a temporary measure to port shell functions to C so as to use the existing test suite. As more functions are ported, this