branch: elpa/magit
commit 20eb323b474b82480be3864fa82fcd04f4318572
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-commit: Disable magit-commit-reshelve
It's a weird command and I suspect very few people use it. Let's not
confuse everybody else. To re-enable this command users have to put it
individually on any non-zero level that they have enabled for this menu.
---
lisp/magit-commit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 6e5f4b2fc76..be42e6c0248 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -137,7 +137,7 @@ Also see https://github.com/magit/magit/issues/4132."
("e" "Extend" magit-commit-extend)
("w" "Reword" magit-commit-reword)
("a" "Amend" magit-commit-amend)
- ("n" "Reshelve" magit-commit-reshelve :level 6)]
+ ("n" "Reshelve" magit-commit-reshelve :level 0)]
["Edit"
("f" "Fixup" magit-commit-fixup)
("s" "Squash" magit-commit-squash)