google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
582 stars 174 forks source link

Linkify messages in log views #153

Open ajperel opened 5 years ago

ajperel commented 5 years ago

(1) Visit the log view and see a commit message which has URLs, for example: https://chromium.googlesource.com/chromium/src/+log/master?pretty=fuller

Expected:

The Reviewed-On URL in the commit message would be a link

Actual:

It's just text

Didn't do detailed investigation but I'm a little surprised this wasn't fixed by https://github.com/google/gitiles/issues/16 based on the description.