Re: [PATCH v2 0/2] git-send-email: Message-ID caching

2013-08-21 Thread Junio C Hamano
Rasmus Villemoes writes: >> Rasmus Villemoes writes: >>> my %config_path_settings = ( >>> @@ -311,6 +314,7 @@ my $rc = GetOptions("h" => \$help, >>> "8bit-encoding=s" => \$auto_8bit_encoding, >>> "compose-encoding=s" => \$compose_encoding, >>> "fo

[PATCH v2 0/2] git-send-email: Message-ID caching

2013-08-21 Thread Rasmus Villemoes
This is a more polished attempt at implementing the message-id caching. I apologize for the sloppiness (unrelated changes, unused variables etc.) in the first version. I have split the patch in two. The first half moves the choice-logic inside ask(): If ask() decides to return the default immediat