Hi, developers. I met some small bug in console report of "git log" command Short description: git log --graph command wraps lines incorrectly while I change the width of terminal. It remember the initial width of terminal and wraps lines according to the initial width. How to reproduce: 1. Open terminal 2. go to existing repository with some branches 3. Change terminal width to 50 characters (or less, to be sure, that first line wraps) 4. process command "git log --graph" and be sure, that a few lines is wrapping 5. Increase terminal width until line breaks stop 6. Lines wrapping is changing and is correct 7. Click <up> <down> buttons or rotate mouse scroll to scroll text two screens next and back Incorrect behavior: 8. You'll see that the wrapping behavior is like terminal width didn't changed. 9. But if you touch the terminal width again, wrapping will be correct Awaited behavior: 8a. Lines wrapping is like terminal has changed value ------------------------------------ mailto: grunenko.serg@xxxxxxxxx ------------------------------------ Kind regards, Sergey Grunenko