dandavison / delta

A syntax-highlighting pager for git, diff, grep, and blame output
https://dandavison.github.io/delta/
MIT License
21.34k stars 359 forks source link

Commit hyperlink not working 🐛 #1628

Open porridgewithraisins opened 4 months ago

porridgewithraisins commented 4 months ago

I have

[delta]
  hyperlinks = true

in my ~/.gitconfig

[remote "origin"]
        url = https://github.com/porridgewithraisins/e2ee.js
        fetch = +refs/heads/*:refs/remotes/origin/*

in my ~/e2ee.js/.git/config

Files are hyperlinked to vscode as I have set hyperlinks-file-link-format to the vscode:// handler.

However, the commit hash isn't rendering as a hyperlink.

image

cmd+clicking it doesnt work either, fwiw

Also, the hyperlinks don't render in git blame output either.

I am using iterm, zsh here.