After updating phabricator today to revesion 0db6aad80d56, I receive this error when i try to view a commit:
Failed to load the commit because the commit has not been parsed yet.
reparsing had no effect so I investigated a little.
It seems that D8805 has caused this. I experimented s/JOIN/LEFT JOIN/ at DiffusionCommitQuery.php@464 and it seemed to fix the error. We may have not an audit for a commit.
Or am i missing something?