Re: [PATCH] branch, commit, name-rev: ease up boolean conditions
From: Eric Sunshine <hidden> Date: 2016-06-15 22:58:20
On Tue, Aug 6, 2013 at 9:07 AM, Stefan Beller
[off-list ref] wrote:
Now that the variables are readin by OPT_BOOL, which makes sure
Do you mean s/readin/read in/ ?
Or should it be s/readin/set/ ?
to have the values being 0 or 1 after reading, we do not need
the double negation to map any other value to 1 for integer
variables.
Signed-off-by: Stefan Beller <redacted>