Re: [PATCH] init-db: use OPT__QUIET macro instead OPT_BIT

2015-01-14 Thread Junio C Hamano
Alexander Kuleshov writes: > There is OPT__QUIET macro for easily -q/--quiet option defenition, > let's use it instead OPT_BIT > > Signed-off-by: Alexander Kuleshov > --- > builtin/init-db.c | 11 +-- > 1 file changed, 5 insertions(+), 6 deletions(-) This is questionable for three reas

[PATCH] init-db: use OPT__QUIET macro instead OPT_BIT

2015-01-14 Thread Alexander Kuleshov
There is OPT__QUIET macro for easily -q/--quiet option defenition, let's use it instead OPT_BIT Signed-off-by: Alexander Kuleshov --- builtin/init-db.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/builtin/init-db.c b/builtin/init-db.c index 280454a..a89343b 100