]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/cook -w: do not forget to process the last one
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 May 2011 00:41:03 +0000 (17:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 May 2011 00:41:03 +0000 (17:41 -0700)
cook

diff --git a/cook b/cook
index 4bd6fcc331308eab7aa0644f917923b2f56706c0..fc11734aefcf0bd6cbbf9871a265c72d2d1d05dc 100755 (executable)
--- a/cook
+++ b/cook
@@ -632,6 +632,9 @@ sub wildo {
                        $topic = undef;
                }
        }
+       if (defined $topic) {
+               wildo_queue(\%what, "Undecided", $topic);
+       }
        my $ipbl = "";
        for my $what (sort keys %what) {
                print "$ipbl$what\n";