diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2023-12-29 12:34:02 -0500 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-29 12:34:02 -0500 |
| commit | faa19075be7b640c1625cd74e6686344835ecb1d (patch) | |
| tree | a1b55402ee2ab8bb061403689a32c306bc0162ec /docs/RelNotes | |
| parent | c7ab6931c61e63db02edd2f9ad3688312936cf0b (diff) | |
magit-bisect-run: Restore checks for flipped revs and dirty tree
As of Magit v2.90.0, magit-bisect-start aborts if the revisions are
flipped or there are uncommitted changes. magit-bisect-run shared
those guards at the time because it used magit-bisect-start
underneath, but f592e367 (magit-bisect-run: Don't start bisect
asynchronously, 2021-06-20) moved away from magit-bisect-start,
unintentionally losing the checks.
Restore the checks by extracting them to a shared helper.
Closes #5070.
Diffstat (limited to 'docs/RelNotes')
| -rw-r--r-- | docs/RelNotes/4.0.0.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/RelNotes/4.0.0.org b/docs/RelNotes/4.0.0.org index 2af6261..eb2c13a 100644 --- a/docs/RelNotes/4.0.0.org +++ b/docs/RelNotes/4.0.0.org @@ -227,6 +227,11 @@ f9ae2a6306 #4620 magit-blame--make-highlight-overlay: Add only to intended line incorrectly repeated already applied patches in the list of remaining patches. #5024 +- ~magit-bisect-run~ is supposed to abort if there are uncommitted + changes or if the revisions are flipped (like ~magit-bisect-start~ + does), but these checks were unintentionally dropped in Magit + v3.1.0. #5070 + 10b5407131 magit-diff-highlight-list: Ensure delayed highlighting takes place b32521d543 magit-ediff-read-files: Handle renames in one-file logs 94aca04dc8 magit-module-section: Use correct keymap |
