Fix the useHunkModeInStagingView hint in the breaking changes message (#4800)

`useHunkSelectionMode` must have been a left-over from an earlier
iteration of the branch where the config had a different name.
This commit is contained in:
Stefan Haller 2025-08-06 19:31:18 +02:00 committed by GitHub
commit c0dcf7d0ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2139,7 +2139,7 @@ git:
- The default selection mode in the staging and custom patch building views has been changed to hunk mode. This is the more useful mode in most cases, as it usually saves a lot of keystrokes. If you want to switch back to the old line mode default, you can do so by adding the following to your config:
gui:
useHunkSelectionMode: false
useHunkModeInStagingView: false
`,
},
}