Re: [PATCH 1/2] bisect--helper: `bisect_log` shell function in C

2016-05-20 Thread Pranit Bauva
Hey Eric, On Mon, May 16, 2016 at 1:06 PM, Eric Sunshine wrote: > On Fri, May 13, 2016 at 4:02 PM, Pranit Bauva wrote: >> bisect--helper: `bisect_log` shell function in C > > Do you need to insert "rewrite" or "reimplement" in the subject? > >>

Re: [PATCH 1/2] bisect--helper: `bisect_log` shell function in C

2016-05-16 Thread Eric Sunshine
On Fri, May 13, 2016 at 4:02 PM, Pranit Bauva wrote: > bisect--helper: `bisect_log` shell function in C Do you need to insert "rewrite" or "reimplement" in the subject? > Reimplement the `bisect_log` shell function in C and add a > `--bisect-log` subcommand to `git

[PATCH 1/2] bisect--helper: `bisect_log` shell function in C

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