Re: [PATCH 0/2] bisect--helper: rewrite of check_term_format()

2016-05-03 Thread Pranit Bauva
On Wed, May 4, 2016 at 10:52 AM, Christian Couder wrote: > Pranit, > > My gmail address is "christian.cou...@gmail.com", not > "christain.cou...@gmail.com". ('i' and 'a' are in the wrong oder in my > first name). > > Thanks, > Christian. Sorry. It was a typo. -- To unsubscribe from this list: sen

Re: [PATCH 0/2] bisect--helper: rewrite of check_term_format()

2016-05-03 Thread Christian Couder
Pranit, My gmail address is "christian.cou...@gmail.com", not "christain.cou...@gmail.com". ('i' and 'a' are in the wrong oder in my first name). Thanks, Christian. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordo

[PATCH 0/2] bisect--helper: rewrite of check_term_format()

2016-05-03 Thread Pranit Bauva
Important Changes: * The previous patch is split into two patches for a better and logical commit history. * As previously absent, strbuf is used for string manipulation. * This passes the complete test suite unlike the previous patches. * Proper use of error handling (die() and error()