Re: [PATCH 1/3] Correct test-parse-options to handle negative ints

2015-06-19 Thread Junio C Hamano
Charles Bailey writes: > From: Charles Bailey > > Fix the printf specification to treat 'integer' as the signed type that > it is and add a test that checks that we parse negative option > arguments. > > Signed-off-by: Charles Bailey > --- Makes sense. Will queue. > t/t0040-parse-options.sh

[PATCH 1/3] Correct test-parse-options to handle negative ints

2015-06-19 Thread Charles Bailey
From: Charles Bailey Fix the printf specification to treat 'integer' as the signed type that it is and add a test that checks that we parse negative option arguments. Signed-off-by: Charles Bailey --- t/t0040-parse-options.sh | 2 ++ test-parse-options.c | 2 +- 2 files changed, 3 insertio