diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2013-08-03 13:51:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-07 08:37:12 -0700 |
commit | 84d83f642a680f72f8e81313d605e61bf9efa38f (patch) | |
tree | 16d4239bf6a108f972ad40b9e8c8fbf766ad21ad /parse-options.h | |
parent | 5d4d1440ba992fe27b00f8a56862543bb27561e2 (diff) | |
download | git-84d83f642a680f72f8e81313d605e61bf9efa38f.tar.gz |
revert: use the OPT_CMDMODE for parsing, reducing codesb/parseopt-boolean-removal
The revert command comes with their own implementation of checking
for exclusiveness of parameters.
Now that the OPT_CMDMODE is in place, we can also rely on that macro
instead of cooking that solution for each command itself.
This commit also replaces OPT_BOOLEAN, which was deprecated by b04ba2bb
(parse-options: deprecate OPT_BOOLEAN, 2011-09-27). Instead OPT_BOOL is
used.
Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options.h')
0 files changed, 0 insertions, 0 deletions