Sometimes, especially when people are mostly tied to a single project, they often omit the project as context in their commit, so you wind up with "Fix crash on malformed usernames" instead of "a - Fix crash on malformed usernames"
This makes the audit, differential, and diffusion views a little harder to use in feeds that are not tied to a specific project. I attached an ss from the phabricator phabricator of a commit that I think could benefit from some free context.
This would be especially helpful in SVN because a common way to structure repositories is:
/
/a/
/a/trunk/
/a/branches/
/a/tags/
/b/
/b/trunk
etc.
so it would be nice to see that all the files changed were in /b/trunk{F272425}