Your comments

Visually on the SmartGit Log graph, one of them will show above the other:

I always sort my files by "Last changed on", now on build 18.2.2 #13212 I cannot use the new log Window as the main window because its file view does not have the option "Last changed on" as the main window has.

New log window:

Working tree window:

Wow, I missed this feature for so long and it was always there right in front of my nose.


I was not expecting this feature to be outside the cited rebase interface. I think it can help others if the `Iterative Rebase` dialog had a link to the `Modify or Split Commit`, or at lease a hint saying the `use commit, but stop for amending` feature is accessible from somewhere else, because traditional command line git users are used to access it from the `Iteractive Rebase` interface.

Anyways, thanks for making SmartGit so useful.

It is implicit that feature suggest to wrap all lines at the screen end, this one is about wrapping some lines which are outliers at some limit off the screen.

Wrapping all lines on SmartGit view is not optimal. Would be better only wrap lines which "need" wrapping. For example, assuming our screen can show up to 100 characters without wrapping, and we have some lines with 300 characters, even if 200 characters of them are off the screen, it acceptable a scroll bar for them. 


But for lines up to 1000 characters, where 900 characters are off the screen (in a very long row), a scroll bar for reviewing is useless. Then I would suggest wrapping the lines up to 1000 characters on some limit like 300 characters. Then, for these lines, only 600 characters (1000/300 = 3*300 + 100 -> 3*(300-100) = 600) are off the screen at a time.