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

2014-11-05 Thread Junio C Hamano
Junio C Hamano writes: > Thanks. This version looks more sensible. > >> -if (argc != 1) >> -usage(imap_send_usage); >> - >> setup_git_directory_gently(&nongit_ok); >> git_imap_config(); >> >> + argc = parse_options(argc, (const char **)argv, "", >> imap_send_options,

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