only fair..
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 08:45:16 +0000 (04:45 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 08:45:16 +0000 (04:45 -0400)
fanboy

diff --git a/fanboy b/fanboy
index c685ed0665af3a65d21527e0ec06eb057bbddee2..4a4e0e4128c60b281bb7962674f37de468be4635 100755 (executable)
--- a/fanboy
+++ b/fanboy
@@ -3,16 +3,18 @@
 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 naked dapper
+       ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper
                feisty fiesty gutsy hoary edgy universe launchpad gnome desktop
-               sabdfl)],
+               naked sabdfl)],
+       debian => [qw(Debian rules rule ian murdock upstream release
+               stable unstable testing apt apt-get deb)],
 );
 
 if (! @ARGV) {
        @ARGV=@{$topics{git}};
 }
-elsif (@ARGV == 1 && exists $topics{$ARGV[0]}) {
-       @ARGV=@{$topics{$ARGV[0]}};
+elsif (@ARGV == 1 && exists $topics{lc $ARGV[0]}) {
+       @ARGV=@{$topics{lc $ARGV[0]}};
 }
 
 my $total_awesomeness_dude=join("|", 
This page took 0.01177 seconds and 4 git commands to generate.