X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=fanboy;h=3881f0ae9b7df6571f78de803dae38fee9625953;hp=0877bd063af9561673d6eb9fd180f9bab3e0ddae;hb=da14ec45da76c379a14a65ddc75c2d1341966530;hpb=faf804737a23addcb867b76c517d021fd9b2dea2 diff --git a/fanboy b/fanboy index 0877bd0..3881f0a 100755 --- a/fanboy +++ b/fanboy @@ -2,13 +2,13 @@ my %topics=( git => [qw(linus git linux rebase rebased merge merged cherry-pick - branch branched branches git-*)], - ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper - feisty fiesty gutsy hoary edgy universe launchpad gnome desktop - naked sabdfl community)], + branch branched branches git-* push pull pushed pulled)], + ubuntu => [qw(Mark MOTU PPA ubuntu debian rock rocks rule dapper + feisty fiesty gutsy hoary hardy edgy + universe launchpad gnome desktop naked sabdfl community)], debian => [qw(Debian rules rule ian murdock upstream release stable unstable testing apt apt-get deb developer NM RM - NMU FTBFS BTS ITP)], + NMU FTBFS BTS ITP DFSG non-free free d.o)], ); if (! @ARGV) { @@ -23,7 +23,7 @@ my $total_awesomeness_dude=join("|", $_=quotemeta($_); s/\\\*/.*/g; s/\\\?/./g; - $_; + qr/\b$_\b/; } reverse sort @ARGV); my $len=0;