projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ddd81
)
typo fix and slight reformat
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 16 Sep 2006 04:16:17 +0000
(
04:16
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 16 Sep 2006 04:16:17 +0000
(
04:16
+0000)
IkiWiki/Rcs/tla.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Rcs/tla.pm
b/IkiWiki/Rcs/tla.pm
index 61f49cc1b1665f5f071ba22bf3b1b57cf5d79a2b..503073d7c62a2ef3bb51253f49feed041e287664 100644
(file)
--- a/
IkiWiki/Rcs/tla.pm
+++ b/
IkiWiki/Rcs/tla.pm
@@
-106,8
+106,8
@@
sub rcs_recentchanges ($) {
my $modfiles = $head->get("Modified-files");
my $user = $head->get("Creator");
- my @paths = grep {
!/^(.*\/\)?.arch-ids\/.*\.id$/} split(/ /,
-
"$newfiles $modfiles
");
+ my @paths = grep {
!/^(.*\/)?\.arch-ids\/.*\.id$/ }
+
split(/ /, "$newfiles $modfiles .arch-ids/fake.id
");
my $sdate = $head->get("Standard-date");
my $when = time - str2time($sdate, 'UTC');