branch, commit, name-rev: ease up boolean conditions
commit05efb7b7575dd60a5997a0f7616d0cc222c5dbf8
authorStefan Beller <stefanbeller@googlemail.com>
Wed, 7 Aug 2013 07:32:25 +0000 (7 09:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Aug 2013 15:30:30 +0000 (7 08:30 -0700)
tree0559afa5de8bde8c6b1c9a94c452d8e3d517dcfe
parentf90220755064c74e1e98d49814cb93a4ce0d0ca1
branch, commit, name-rev: ease up boolean conditions

Now that the variables are set by OPT_BOOL, which makes sure
to have the values being 0 or 1 after parsing, we do not need
the double negation to map any other value to 1 for integer
variables.

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c
builtin/commit.c
builtin/name-rev.c