When searching through commit messages, it is really hard to find anything.
For example, a search for e.g. "database backup" returns zero matches, but it would be incredibly useful if it would match commit messages such as:
"Backup databases before we start migration"
Right now though, it will only match if it finds "database backup" precisely in the string which is a bit frustrating.