diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2015-03-30 20:35:39 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-30 20:35:39 -0400 |
commit | 708373935ba819990acf66cddf56a59f5602afe6 (patch) | |
tree | 303f3b7fa66e7ba47f4a16dd9839955b3822cd30 /doc | |
parent | f1d7392869ebf089d466eb4ff8c8b89d82e039e8 (diff) | |
download | ikiwiki-708373935ba819990acf66cddf56a59f5602afe6.tar ikiwiki-708373935ba819990acf66cddf56a59f5602afe6.tar.gz |
had a 500 here
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/ikiwiki_explodes_when_git_rewrites_history.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki_explodes_when_git_rewrites_history.mdwn b/doc/bugs/ikiwiki_explodes_when_git_rewrites_history.mdwn index 0e67bfb47..fa839928f 100644 --- a/doc/bugs/ikiwiki_explodes_when_git_rewrites_history.mdwn +++ b/doc/bugs/ikiwiki_explodes_when_git_rewrites_history.mdwn @@ -15,3 +15,5 @@ Notice how the error message from git isn't present. It's in the `error.log`: </pre> The workaround I have found was to remove the `indexdb` file, because that's [[apparently legit|tips/inside_dot_ikiwiki/]]. But it would be nice to have (1) a proper error message (it had to dig around the error.log to understand what's going on), (2) to have a proper fallback if the `git log` fails and (3) to recover with the newer commit ID when we fallback. --[[anarcat]] + +> FWIW, I had a `500 Internal Server Error` while submitting this bug at first. :) |