sipb-www
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcf18d
)
add more wording based on what chrysn suggested
author
Simon McVittie
<smcv@debian.org>
Mon, 15 Sep 2014 20:22:42 +0000
(21:22 +0100)
committer
Simon McVittie
<smcv@debian.org>
Mon, 15 Sep 2014 20:22:42 +0000
(21:22 +0100)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index f30a946bf5114b1217c49b7f67d7d94ae5000195..4ad365c1d90991e9098ea2439c231b46d4c43ee1 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-2638,6
+2638,9
@@
sub influences {
# { bar => DEPEND_LINKS } is an influence on that result, because changing
# bar's links could change the outcome; so its influences are not the same
# as when testing whether link(foo) matches baz.
+#
+# Static influences are one of the things that make pagespec_match_list
+# more efficient than repeated calls to pagespec_match.
sub influences_static {
return ! $_[0][1]->{""};