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 /Documentation/RelNotes/1.5.3.2.txt | |
parent | checkout-index: fix negations of even numbers of -n (diff) | |
download | tgif-84d83f642a680f72f8e81313d605e61bf9efa38f.tar.xz |
revert: use the OPT_CMDMODE for parsing, reducing code
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 'Documentation/RelNotes/1.5.3.2.txt')
0 files changed, 0 insertions, 0 deletions