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,
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
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
3 matches
Mail list logo