Skip to content

Commit c216388

Browse files
committed
Add breaking changes notice about hunk mode being the default now
1 parent 117bb3f commit c216388

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pkg/i18n/english.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2134,7 +2134,13 @@ If, on the other hand, you want this even for feature branches, you can set it t
21342134
21352135
git:
21362136
localBranchSortOrder: recency
2137-
remoteBranchSortOrder: alphabetical`,
2137+
remoteBranchSortOrder: alphabetical
2138+
2139+
- 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:
2140+
2141+
gui:
2142+
useHunkSelectionMode: false
2143+
`,
21382144
},
21392145
}
21402146
}

0 commit comments

Comments
 (0)