Re: [PATCH v5 2/2] bisect: rewrite `check_term_format` shell function in C

2016-05-06 Thread Eric Sunshine
On Fri, May 6, 2016 at 10:49 AM, Pranit Bauva wrote: > Reimplement the `check_term_format` shell function in C and add > a `--check-term-format` subcommand to `git bisect--helper` to call it > from git-bisect.sh > > Using `--check-term-format` subcommand is a temporary measure to port > shell func

[PATCH v5 2/2] bisect: rewrite `check_term_format` shell function in C

2016-05-06 Thread Pranit Bauva
Reimplement the `check_term_format` shell function in C and add a `--check-term-format` subcommand to `git bisect--helper` to call it from git-bisect.sh Using `--check-term-format` subcommand is a temporary measure to port shell function to C so as to use the existing test suite. As more functions