On 24 May 2016, at 09:21, Pranit Bauva <[email protected]> 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 function to C so as to use the existing test suite. As more > functions are ported, this subcommand will be retired and will > be called by some other method/subcommand. For eg. In conversion of > write_terms() of git-bisect.sh, the subcommand will be removed and > instead check_term_format() will be called in its C implementation while > a new subcommand will be introduced for write_terms(). > > Helped-by: Johannes Schindelein <[email protected]> > Mentored-by: Lars Schneider <[email protected]> > Mentored-by: Christian Couder <[email protected]> Hi Pranit, please drop my Mentored-by until I contribute something useful. I feel bad being mentioned in the same way as Christian although he does all the work. Thanks, Lars > Signed-off-by: Pranit Bauva <[email protected]> > --- -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

