Re: [PATCH v2] imap-send: Use parse options API to determine verbosity

2014-11-05 Thread Junio C Hamano
ew check on argc is correct but I wouldn't be surprised if I had off-by-one error or something silly like that ;-). -- >8 -- From: Bernhard Reiter Date: Wed, 5 Nov 2014 15:29:21 +0100 Subject: [PATCH] imap-send: use parse options API to determine verbosity The -v/-q options were sort-of supp

Re: [PATCH v2] imap-send: Use parse options API to determine verbosity

2014-11-05 Thread Junio C Hamano
Bernhard Reiter writes: > Signed-off-by: Bernhard Reiter > --- > In reply to . > > Thanks for bearing with me. I should've given the corresponding verbosity > values more thought myself in the first place. The original defined and even used these two variables, but as far as I can tell they wer

[PATCH v2] imap-send: Use parse options API to determine verbosity

2014-11-05 Thread Bernhard Reiter
Signed-off-by: Bernhard Reiter --- In reply to . Thanks for bearing with me. I should've given the corresponding verbosity values more thought myself in the first place. Documentation/git-imap-send.txt | 14 +- imap-send.c | 25 +++-- 2 files

Re: imap-send: Use parse options API to determine verbosity

2014-11-05 Thread Junio C Hamano
Bernhard Reiter writes: > Signed-off-by: Bernhard Reiter > --- > As requested per . Heh, I didn't quite "request" it, but thanks for a patch anyway. > diff --git a/imap-send.c b/imap-send.c > index 70bcc7a..7f40960 100644 > --- a/imap-send.c > +++ b/imap-send.c > @@ -26,11 +26,19 @@ > #includ

imap-send: Use parse options API to determine verbosity

2014-11-05 Thread Bernhard Reiter
Signed-off-by: Bernhard Reiter --- As requested per . Documentation/git-imap-send.txt | 14 +- imap-send.c | 25 +++-- 2 files changed, 28 insertions(+), 11 deletions(-) diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-sen