You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
converting tabs to spaces had to be moved from after the formatting to
before it because `trim_offset` seems to remove leading tabs from the output
string (not the input string) for some reason.
calculating the longtest line is cached to prevent a theoretical
decrease in performance.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
28
* switch focus to index after staging last file ([#1169](https://github.com/extrawurst/gitui/pull/1169))
29
29
* fix stashlist multi marking not updated after dropping ([#1207](https://github.com/extrawurst/gitui/pull/1207))
30
30
* exact matches have a higher priority and are placed to the top of the list when fuzzily finding files ([#1183](https://github.com/extrawurst/gitui/pull/1183))
31
+
* support horizontal scrolling in diff view ([#1017](https://github.com/extrawurst/gitui/issues/1017))
0 commit comments