diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-17 00:06:15 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-17 00:06:15 +0100 |
| commit | f3ff4c9fbba9422597aabdd74d618fa90787462b (patch) | |
| tree | 051b21bfc2312a427b0568cef96a0b2982596128 /lisp/magit-git.el | |
| parent | 9affd8393abbe17e71fde9857865f9a4b321d6dc (diff) | |
magit-git-executable-not-found: Remove broken link from message
Not only did my handcrafted url-shortener break, the actual
page at the target always read just "Under construction". ;P
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index d3dbca0..02cdf53 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -1004,9 +1004,7 @@ returning the truename." (define-error 'magit-outside-git-repo "Not inside Git repository") (define-error 'magit-corrupt-git-config "Corrupt Git configuration") -(define-error 'magit-git-executable-not-found - (concat "Git executable cannot be found " - "(see https://magit.vc/goto/e6a78ed2)")) +(define-error 'magit-git-executable-not-found "Git executable cannot be found") (defun magit--assert-usable-git () (if (not (executable-find (magit-git-executable) t)) |
