Hi,
the following patch removes the OPTION_BOOLEAN from
all commands.
So recently Junio released -rc0. Is that a reason to not
send out patches, which do not do bugfixes? So the following
commit for example doesn't fix a bug nor does it add a feature.
Is it fine to send out such kind of commits during the -rc
times or better wait for the next development cycle?
Stefan
Stefan Beller (1):
Remove deprecated OPTION_BOOLEAN for parsing command line arguments
builtin/checkout.c | 5 ++---
builtin/clone.c | 7 +++----
builtin/commit.c | 10 ++++------
builtin/log.c | 4 ++--
builtin/notes.c | 8 ++++----
builtin/show-ref.c | 5 ++---
parse-options.h | 5 ++---
7 files changed, 19 insertions(+), 25 deletions(-)
--
1.8.4.rc0.1.g8f6a3e5