aboutsummaryrefslogtreecommitdiff
path: root/docs/RelNotes
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-03-06 15:47:15 -0500
committerKyle Meyer <kyle@kyleam.com>2022-03-06 15:49:00 -0500
commita4c443239ee84b2d07a04431d900af1add0b12cd (patch)
treeceaf794d4ae81b0354c1ccd5bdcd86455a24feb0 /docs/RelNotes
parentf9ae2a630630e668f5081ad510c1074d18ed76e0 (diff)
magit-diff-visit--hunk: Update for change in chmod hunk value
magit-diff-visit--hunk detects mode change hunks (and returns nil) by checking if the section has no value. However, since fa804439 (Restore ability to apply header hunks individually, 2021-07-12), chmod hunks have a non-nil value. Update the condition. Fixes #4623.
Diffstat (limited to 'docs/RelNotes')
-rw-r--r--docs/RelNotes/3.4.0.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/RelNotes/3.4.0.org b/docs/RelNotes/3.4.0.org
index f927a0d..88c3359 100644
--- a/docs/RelNotes/3.4.0.org
+++ b/docs/RelNotes/3.4.0.org
@@ -55,3 +55,7 @@
- Since v3.0.0, ~magit-pull-from-pushremote~ has failed on
non-fast-forward merges. #4604
+
+- A regression from v3.2.0 broke visiting a file when that file has a
+ mode change and point is on the file or the mode change section.
+ #4623