mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Merge pull request #4342 from rgrinberg/fix-doom-repo-url-usage
Unhardcode upstream repo in diff url
This commit is contained in:
@@ -100,7 +100,8 @@ following shell commands:
|
||||
(substring new-rev 0 10)
|
||||
(cdr (doom-call-process "git" "log" "-1" "--format=%cr" target-remote))))
|
||||
(let ((diff-url
|
||||
(format "https://github.com/hlissner/doom-emacs/compare/%s...%s"
|
||||
(format "%s/compare/%s...%s"
|
||||
doom-repo-url
|
||||
this-rev
|
||||
new-rev)))
|
||||
(print! "Link to diff: %s" diff-url)
|
||||
|
Reference in New Issue
Block a user