aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-16 17:26:20 -0400
committerJoey Hess <joey@kitenet.net>2013-11-16 17:26:20 -0400
commit654530fa8bb0937123ed526e3093170ef23f5295 (patch)
treeaabce3b4b6148b0d7e3b443a25f36c15e10353a8 /doc/todo
parent3aaa33064c4593941559f132632b9d19d9146271 (diff)
downloadikiwiki-654530fa8bb0937123ed526e3093170ef23f5295.tar
ikiwiki-654530fa8bb0937123ed526e3093170ef23f5295.tar.gz
Added only_committed_changes config setting, which speeds up wiki refresh by querying git to find the files that were changed, rather than looking at the work tree. Not enabled by default as it can break some setups where not all files get committed to git.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/optimisation_via_git_log.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/optimisation_via_git_log.mdwn b/doc/todo/optimisation_via_git_log.mdwn
index ad227920b..469681a99 100644
--- a/doc/todo/optimisation_via_git_log.mdwn
+++ b/doc/todo/optimisation_via_git_log.mdwn
@@ -23,3 +23,5 @@ to be scanned as now, as would the transient directory. Since some sites
may depend on files being put into the tree and not committed, this
optimisation would probably need to be something that can be optionally
enabled.
+
+> [[done]] --[[Joey]]