Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tell `git revert` not to follow renames (CVE-2016-10026)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
listdirectives.pm
diff --git
a/IkiWiki/Plugin/listdirectives.pm
b/IkiWiki/Plugin/listdirectives.pm
index 8a67f716026003e8b00135f4de5f1f7da60794a2..835e253886d67e2223bab034643c4823fa8d23bb 100644
(file)
--- a/
IkiWiki/Plugin/listdirectives.pm
+++ b/
IkiWiki/Plugin/listdirectives.pm
@@
-64,6
+64,8
@@
sub needsbuild (@) {
}
}
}
+
+ return $needsbuild;
}
sub preprocess (@) {