projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b9062
)
foo
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:35:50 +0000
(
04:35
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:35:50 +0000
(
04:35
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index b9acc10b5117f5233b5e6e96bad06a29c8f834db..129076f759403a4d875514f991ac94c5f756571d 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-397,7
+397,7
@@
sub rcs_recentchanges ($) {
$when=concise(ago(time - str2time($3)));
}
elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E\/(.+)$/) {
- push @pages, pagename($1);
+ push @pages, pagename($1)
if length $1
;
}
elsif ($state eq 'header' && /^$/) {
$state='body';
@@
-405,7
+405,7
@@
sub rcs_recentchanges ($) {
elsif ($state eq 'body' && /$div/) {
push @ret, { rev => $rev, user => $user,
when => $when, message => $message,
- pages => [@pages] };
+ pages => [@pages] }
if @pages
;
return @ret if @ret >= $num;
$state='header';