-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect hashes in commit messages and convert them to hyper links #2714
Comments
You can configure revision links for that. In-place replacement is not implemented. |
See #1875 |
@vbjay , yeah, that's a bit different. Instead of putting links to the header, I suggested and then implemented conversion hashes to hyperlink in-place in commit message |
How? Because setting url to "gitext://gotocommit/{0}" doesn't work. |
Well, When I clicking on link with short hash (I tried hashes with 8, 16 and 20 characters), the focus just goes away and nothing. |
I confirm that At first I was thinking about extending Revision links so that links to GitHub issues also worked 'in place'. But hashes are different: they can be confused with large issue numbers. For example, this is a real issue number from our bug tracker: 964526146. Search pattern |
The most common useful scenario is message like
It would be great if you can click on the hash and navigate straight to the commit
The text was updated successfully, but these errors were encountered: