Hi Espen, On Tue, 11 Jun 2019, Espen Antonsen wrote: > Seeing an error after upgrading to git v2.22.0. > > git status shows “error: could not parse ‘*a commit message from 2012*’” > > Downgrading to v.2.21.0 does not yield this message for git status. > > I can only replicate this in a private repo I have so far. Unable to > share the repo but can debug if you need more info. Sounds like a hook gone haywire. Find out more by setting `GIT_TRACE=1` before repeating the command. Ciao, Johannes