-
Notifications
You must be signed in to change notification settings - Fork 393
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
🚀 Display git blame commit hashes as hyperlinks #291
Comments
Hi @dandavison ! searching "blame" in the issues brought me to this one, but here is one (crazy?) idea: delta could syntax-highlight |
I agree! Please do open an issue. I also think delta should highlight merge conflicts in a way that is helpful. So, there are definitely some major features that should be added to delta but haven't been yet. Of course, they are open to anyone out there who'd like to have a go. (And having open issues for them is a very good start.) |
With
hyperlinks = true
, commit hashes shown bygit blame
should be rendered as hyperlinks. By default, these should be http links to the commit page in the remote web-hosted git repo.A new option
hyperlinks-commit-link-format
could be added to allow the nature of commit links to be customized. For example, one could use a custom link protocol and register a handler on your system to do something likeDisplay the commit using git and delta in a new terminal window
Display the commit in a different git client, such as magit.
We already have
hyperlinks-file-link-format
which allows users to use custom protocols to open delta file hyperlinks in their editor/IDE. See https://github.com/dandavison/open-in-editor for some usage notes.cc @navarroaxel @Kr1ss-XD
The text was updated successfully, but these errors were encountered: