]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/clone.c
Replace deprecated OPT_BOOLEAN by OPT_BOOL
authorStefan Beller <stefanbeller@googlemail.com>
Sat, 3 Aug 2013 11:51:19 +0000 (13:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Aug 2013 18:32:19 +0000 (11:32 -0700)
commitd5d09d475440c24016ec52a0bcc8477d9a7b5c71
treea6758a688f3308d4dc4ff75885fe7ce8792c9921
parent4741edd549decfccc016fa4775b349fe94fdf4e5
Replace deprecated OPT_BOOLEAN by OPT_BOOL

This task emerged from b04ba2bb (parse-options: deprecate OPT_BOOLEAN,
2011-09-27). All occurrences of the respective variables have
been reviewed and none of them relied on the counting up mechanism,
but all of them were using the variable as a true boolean.

This patch does not change semantics of any command intentionally.

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
39 files changed:
builtin/apply.c
builtin/bisect--helper.c
builtin/blame.c
builtin/branch.c
builtin/check-attr.c
builtin/check-ignore.c
builtin/checkout-index.c
builtin/checkout.c
builtin/clean.c
builtin/clone.c
builtin/commit.c
builtin/config.c
builtin/describe.c
builtin/fast-export.c
builtin/fetch.c
builtin/fsck.c
builtin/gc.c
builtin/grep.c
builtin/hash-object.c
builtin/log.c
builtin/ls-files.c
builtin/ls-tree.c
builtin/merge-base.c
builtin/merge-file.c
builtin/merge.c
builtin/mv.c
builtin/name-rev.c
builtin/notes.c
builtin/push.c
builtin/remote.c
builtin/replace.c
builtin/reset.c
builtin/rev-parse.c
builtin/rm.c
builtin/shortlog.c
builtin/show-branch.c
builtin/show-ref.c
builtin/tag.c
builtin/update-ref.c