branch: elpa/magit
commit 54e460a70156a8496217f3368c135c55b52e680c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-rebase-autosquash: Exclude merge-base again
    
    In [1: 4fed8d67a5] we accidentally started to include it by using
    its first parent as the starting point.
    
    1: 2025-03-31 4fed8d67a5a2edcf541aab6495542e23aff42f9b
       magit-rebase-autosquash: With a prefix allow selecting beginning
---
 lisp/magit-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index 8e723774dc8..f12e311d881 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -766,7 +766,7 @@ argument, prompt for the first commit to potentially squash 
into."
         (magit-git-string "merge-base" upstream "HEAD"))
       (nconc (list "--autosquash" "--keep-empty") args)
     "Type %p on a commit to squash into it and then rebase as necessary,"
-    "true" nil t))
+    "true" nil t nil t))
 
 ;;;###autoload
 (defun magit-rebase-edit-commit (commit args)

Reply via email to