Re: Improvements to integer option parsing

2015-06-22 Thread Charles Bailey
> On 22 Jun 2015, at 23:09, Junio C Hamano wrote: > > Charles Bailey writes: >> >> - marginally improved the opterror message on failed parses > > I'd queue with "s/a integer/a non-negative integer/". Ha! That's what I had before I submitted, but then the source line got quite long (which c

Re: Improvements to integer option parsing

2015-06-22 Thread Junio C Hamano
Charles Bailey writes: > This is a re-roll of the first two patches in my previous series which used to > include "filter-objects" which is now a separate topic. > > [PATCH 1/2] Correct test-parse-options to handle negative ints > > The first one has changed only in that I've moved the additional

Improvements to integer option parsing

2015-06-21 Thread Charles Bailey
This is a re-roll of the first two patches in my previous series which used to include "filter-objects" which is now a separate topic. [PATCH 1/2] Correct test-parse-options to handle negative ints The first one has changed only in that I've moved the additional test to a more logical place in th