X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0bd2d4692d3442adabbb27f72d5207107c9cacce..02e6a32fd44d994d88f8bcb79d47e217455c580d:/index.plp diff --git a/index.plp b/index.plp index a81aadd..904edd9 100644 --- a/index.plp +++ b/index.plp @@ -53,20 +53,8 @@ but you're free to use, print, alter, and redistribute under the AGPL license.
  • browser support
  • country codes
  • terminal colours +
  • starcraft units
  • emoticons -<: -if (open my $log, '-|', 'git log -20 --since=2\ week\ ago --pretty=%ai%x00%s%x00%h') { - print "

    Recent updates

    \n\n"; - print "
    \n"; - while (readline $log) { - chomp; - my ($date, $subject, $commit) = split /\0/, $_; - $date =~ s{( .+)}{$1}; - printf '
    %s
    %s
    '."\n", $date, $subject; - } - print "
    \n\n"; -} -