Re: [PATCHv3 0/9] Removing deprecated parsing macros

2013-08-06 Thread Junio C Hamano
Stefan Beller writes: > On 08/06/2013 08:39 AM, Junio C Hamano wrote: >> Thanks. Queued this at the tip of 'pu'. There seem to be some >> fallouts found in the test suite, though. >> > > Thanks. I am sorry for forgetting 'make test' before sending patches. > And the test suite is correct. > >

Re: [PATCHv3 0/9] Removing deprecated parsing macros

2013-08-06 Thread Stefan Beller
On 08/06/2013 08:39 AM, Junio C Hamano wrote: > Thanks. Queued this at the tip of 'pu'. There seem to be some > fallouts found in the test suite, though. > Thanks. I am sorry for forgetting 'make test' before sending patches. And the test suite is correct. e35ea450 (branch, commit, name-rev: e

Re: [PATCHv3 0/9] Removing deprecated parsing macros

2013-08-05 Thread Junio C Hamano
Thanks. Queued this at the tip of 'pu'. There seem to be some fallouts found in the test suite, though. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv3 0/9] Removing deprecated parsing macros

2013-08-03 Thread Stefan Beller
On 08/03/2013 01:51 PM, Stefan Beller wrote: > Suggested changes by Eric Sunshine included. > The patches still apply on top of origin/jc/parseopt-command-modes signature.asc Description: OpenPGP digital signature

[PATCHv3 0/9] Removing deprecated parsing macros

2013-08-03 Thread Stefan Beller
Suggested changes by Eric Sunshine included. Within the builtin/ folder all occurrences of OPT_BOOLEAN have been removed. Now we only need to review the usage of it in parse-options as used in OPT__VERBOSE, OPT__QUIET, OPT__DRY_RUN and OPT__FORCE. Most likely we could just use OPT_SET_INT there an