aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-01-30 23:54:26 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-01-30 23:54:26 +0100
commiteb14cc7241dc3f52b5b9ad0f8099fbcaf1dec745 (patch)
tree218f8db35e2b01f0a9790820dac73c36244faca4 /Makefile
parent85f50015dbf3f1568e2c5b96f7e9708fc4c9cd98 (diff)
git-commit: Remove dash dependency completely
Since [1: bb7b7a402] git-commit doesn't require dash anymore but that commit failed to update all the places where dash was still specified as a dependency. 1: 2021-10-10 bb7b7a402025e26aabc0aee6e97c2ee852a806a9 No longer depend on dash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d369c4d..a2c93f6 100644
--- a/Makefile
+++ b/Makefile
@@ -253,7 +253,6 @@ define set_package_requires_melpa
"(define-package \"git-commit\" \"$(GIT_COMMIT_VERSION)$(DEV_SUFFIX)\"
\"Edit Git commit messages.\"
'((emacs %S)
- (dash %S)
(transient %S)
(with-editor %S))
:homepage \"https://magit.vc\"