aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-01-17 07:45:25 +0100
committerJonas Bernoulli <jonas@bernoul.li>2025-01-17 07:45:25 +0100
commit20eb323b474b82480be3864fa82fcd04f4318572 (patch)
tree0f7f65c7fe836119121e5842be0ac4996f0af20e /lisp
parent5be42dfae6c8f671b6c40972b5406d67153c06b0 (diff)
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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-commit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 6e5f4b2..be42e6c 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)