The git history for the release tags since v0.8.3 and master have diverged. (The release tags have rebased commits from master.)
This breaks some git functions. One that is important to me is git describe. This currently returns v0.8.2-933-g93a7861 but it should be v0.8.6-???-g93a7861. Working out how many commit there have been since the last release is really difficult with the way the release commits are being rebased.