From: Junio C Hamano Date: Wed, 6 Jun 2012 20:12:34 +0000 (-0700) Subject: Meta/cook: remove stray duplicates X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd203416a2a5ace1cd3a030b77f3e01a7032a2d;p=thirdparty%2Fgit.git Meta/cook: remove stray duplicates Besides, not cascading this as "if ... elsif ..." was totally wrong and pushed an undef $topic into %what{} hash --- diff --git a/cook b/cook index 4369ac73ff..97770315a5 100755 --- a/cook +++ b/cook @@ -674,10 +674,7 @@ sub wildo { wildo_queue(\%what, $_, $topic); $topic = undef; } - if (/^Not urgent;/) { - wildo_queue(\%what, $_, $topic); - $topic = undef; - } + if (/Originally merged to 'next' on ([-0-9]+)/) { $topic->[1] = $1; }