aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pruning_is_too_strict.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-27 17:45:27 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-27 17:45:27 +0000
commit5df2020295bc899f3d644c6caa6e51804e3011b1 (patch)
tree1e7e675d308cc292bd78c9fe5b0a28b3a6c35038 /doc/bugs/pruning_is_too_strict.mdwn
parenta80dcaa4d03c3c6489fda64eb930a19b6cec9e7c (diff)
downloadikiwiki-5df2020295bc899f3d644c6caa6e51804e3011b1.tar
ikiwiki-5df2020295bc899f3d644c6caa6e51804e3011b1.tar.gz
web commit by RecaiOktas
Diffstat (limited to 'doc/bugs/pruning_is_too_strict.mdwn')
-rw-r--r--doc/bugs/pruning_is_too_strict.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/pruning_is_too_strict.mdwn b/doc/bugs/pruning_is_too_strict.mdwn
index 93090dcb2..ef8d887e9 100644
--- a/doc/bugs/pruning_is_too_strict.mdwn
+++ b/doc/bugs/pruning_is_too_strict.mdwn
@@ -1,3 +1,8 @@
ikiwiki compiles my wiki successfully. But the svn post-commit hook it installs doesn't work at all. Instead of rendering the files, it deletes their rendered versions. The reason is that the src directory, /home/.kelli/glasserc/wikiwc, matches the prune regexp, so no files in the wiki get added to @files.
-I think the prune regexp would be more useful if it was only used to check the relative path from the src root to a file in the wiki. \ No newline at end of file
+I think the prune regexp would be more useful if it was only used to check the relative path from the src root to a file in the wiki.
+
+> I agree with this feature wish. Here is a _first cut_
+> [[implementation|patchqueue/pruning_is_too_strict]] for this feature.
+>
+> --[[roktas]] \ No newline at end of file