]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/Blog_posting_times_and_ikiwiki_state.mdwn
Change signature
[ikiwiki.git] / doc / forum / Blog_posting_times_and_ikiwiki_state.mdwn
index 3e6c23241c525fb70a47afa7f14ec695c27a766f..0c1da5b97bc54f0c3e04b899693e70a504d2818f 100644 (file)
@@ -17,3 +17,12 @@ What can I do?
 
 Is it a spectacularly bad idea to include the ikiwiki state file in my cloned repo (I suspect it is).  What else could be done?  Can I disable pagestate somehow or force ikiwiki to always use git commit times for Posted times?
 
+> Have you tried running ikiwiki with the `--gettime` option on your laptop,
+> to force it to retrieve initial commit times from git? You should only
+> need to do that once, and it'll be cached in the pagestate thereafter.
+>
+> Because that functionality is slow on every supported VCS except git,
+> ikiwiki tries to avoid using it unless it's really needed. [[rcs]]
+> lists it as "fast" for git, though, so depending how fast it really is
+> and how large your wiki is, you might be able to get away with running
+> ikiwiki with `--gettime` all the time? --[[smcv]]