projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d761a
)
another from Recai
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 4 Jun 2006 13:14:13 +0000
(13:14 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 4 Jun 2006 13:14:13 +0000
(13:14 +0000)
IkiWiki/Rcs/git.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/git.pm
b/IkiWiki/Rcs/git.pm
index 5de4d9cc0e1c7901123aa7e9adbb8eda64a51038..3fedd64f189fd6c4b20a617a14b41076744fcbe5 100644
(file)
--- a/
IkiWiki/Rcs/git.pm
+++ b/
IkiWiki/Rcs/git.pm
@@
-368,7
+368,7
@@
sub rcs_recentchanges ($) { #{{{
$diffurl =~ s/\[\[sha1_to\]\]/$bit->{'sha1_to'}/go;
push @pages, {
- link => htmllink("", pagename($file), 1),
+ link => htmllink("",
"",
pagename($file), 1),
diffurl => $diffurl,
},
}
@@
-386,7
+386,7
@@
sub rcs_recentchanges ($) { #{{{
push @rets, {
rev => $sha1,
- user => htmllink("", $user, 1),
+ user => htmllink("",
"",
$user, 1),
committype => $type,
when => $when,
message => [@message],