[LinuxPPS] " . sprintf("%d %s %02d:%02d", $cd{'mday'}, $cd{'month'}, $cd{'hour'}, $cd{'minute'}) . " - " . esc_html($co{'title'}) . "
$project
webmaster at enneenne.com
Fri Aug 28 12:45:01 CEST 2009
" . "\n"; my $comment = $co{'comment'}; foreach my $line (@$comment) { $line = decode("utf8", $line, Encode::FB_DEFAULT); print "$line
\n"; } print "
\n"; foreach my $line (@difftree) { if (!($line =~ m/^:([0-7]{6}) ([0-7]{6}) ([0-9a-fA-F]{40}) ([0-9a-fA-F]{40}) (.)([0-9]{0,3})\t(.*)$/)) { next; } my $file = validate_input(unquote($7)); $file = decode("utf8", $file, Encode::FB_DEFAULT); print "$file
\n"; } print "\n" . "
URL: http://gitweb.enneenne.com/" . esc_html("$my_url?p=$project;a=commit;h=$commit") . "
More information about the LinuxPPS
mailing list