projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
756197f
)
remove hardlink settings from auto.setup files
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 13 Jan 2009 01:04:01 +0000
(20:04 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 13 Jan 2009 01:04:01 +0000
(20:04 -0500)
This can cause complications when moving directories around, and is
just an optimisation. There's no good reason to force it on here.
auto-blog.setup
patch
|
blob
|
history
auto.setup
patch
|
blob
|
history
diff --git
a/auto-blog.setup
b/auto-blog.setup
index 35a6fc16167e912aca2ef5382f11b91a478e882e..fde7f17f8ca4ec7527e540acb9de96e0f9ecc5e3 100644
(file)
--- a/
auto-blog.setup
+++ b/
auto-blog.setup
@@
-41,7
+41,6
@@
IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
- hardlink => 1,
example => "blog",
comments_pagespec => "posts/* and !*/Discussion",
diff --git
a/auto.setup
b/auto.setup
index 1231309b276a4a996635052696a402335b60ed2c..3da5e3a621cc32c2b11b8a9e3d03efd953232231 100644
(file)
--- a/
auto.setup
+++ b/
auto.setup
@@
-40,5
+40,4
@@
IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
- hardlink => 1,
)