From: Shawn O. Pearce Date: Mon, 9 Jul 2007 15:14:00 +0000 (-0400) Subject: git-gui: Don't linewrap within console windows X-Git-Tag: gitgui-0.7.5~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e87fb0f1b4a4b458394a65d664145a9a8001e821?hp=e87fb0f1b4a4b458394a65d664145a9a8001e821 git-gui: Don't linewrap within console windows If we get more than 80 characters of text in a single line odds are it is output from git-fetch or git-push and its showing a lot of detail off to the right edge that is not so important to the average user. We still want to make sure we show everything we need, but we can get away with that information being off to the side with a horizontal scrollbar. Signed-off-by: Shawn O. Pearce ---