From: Mischa POSLAWSKY Date: Sat, 7 Feb 2015 13:31:39 +0000 (+0100) Subject: index: latest git commit X-Git-Tag: v1.7~176 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/b733f673734a104e3bc0ed2585ff4abbc4db2e78 index: latest git commit Based on revert of commit v1.4-67-gad9058af65 (2012-03-26) [index: drop latest git commits]. --- diff --git a/index.plp b/index.plp index dc56c52..42ff251 100644 --- a/index.plp +++ b/index.plp @@ -22,7 +22,16 @@ the following topics have been condensed into single pages of reference. Originally created by Mischa Poslawsky, but you're free to use, print, alter, and redistribute under the AGPL license.

+<: +my @format = ('--date=short', "--pretty=%ad (%ar)\t%s"); +if (open my $log, '-|', git => 'log', -1, @format) {{ + my $line = readline $log or next; + my ($date, $subject) = split /[\t\n]/, $line; + $date =~ s/ \K// and $date .= ''; + print "

Last update: $date $subject

\n"; +}} +:>

Keyboard maps