projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bab8fec
)
don't force a rebuild
author
Joey Hess
<joey@gnu.kitenet.net>
Wed, 7 Apr 2010 03:15:39 +0000
(23:15 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Wed, 7 Apr 2010 03:15:39 +0000
(23:15 -0400)
Rebuild can be needed sometimes, but not always, so undef.
IkiWiki/Plugin/sortnaturally.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/sortnaturally.pm
b/IkiWiki/Plugin/sortnaturally.pm
index 92453749d9048f3acdea42bfc4058360e67d1e63..62e42767c99a48170ddb58c1473b8b49131ad24b 100644
(file)
--- a/
IkiWiki/Plugin/sortnaturally.pm
+++ b/
IkiWiki/Plugin/sortnaturally.pm
@@
-13,7
+13,7
@@
sub getsetup {
return
plugin => {
safe => 1,
- rebuild =>
1
,
+ rebuild =>
undef
,
},
}