git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] "git log" command wraps lines not correctly while terminal width changed
@ 2022-07-29 14:35 Sergey Grunenko
  2022-07-29 20:41 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Grunenko @ 2022-07-29 14:35 UTC (permalink / raw)
  To: git

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@gmail.com
------------------------------------
Kind regards, Sergey Grunenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-29 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-29 14:35 [BUG] "git log" command wraps lines not correctly while terminal width changed Sergey Grunenko
2022-07-29 20:41 ` Jeff King
2022-07-29 21:12   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).