projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
410c95a
)
foo
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 20:21:12 +0000
(20:21 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 20:21:12 +0000
(20:21 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 33d1ae709d17070715e4fffec5dd5f124f3a0709..e684ce38ae03d0fdc132e6c965d28366e421f616 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-446,11
+446,10
@@
sub rcs_recentchanges ($) { #{{{
$state='body';
}
elsif ($state eq 'body' && /$div/) {
- print STDERR ">>$message[0]<<\n";
if (defined $message[0] &&
- $message[0]=~/^web commit by (\w+)(.*)/) {
+ $message[0]
->{line}
=~/^web commit by (\w+)(.*)/) {
$user="$1 (web)";
- $message[0]=$2;
+ $message[0]
->{line}
=$2;
}
push @ret, { rev => $rev, user => $user,