From: Shawn O. Pearce Date: Tue, 23 Jan 2007 08:30:02 +0000 (-0500) Subject: git-gui: Remove spurious newline in untracked file display. X-Git-Tag: gitgui-0.6.0~65 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0565246a7c886475878ea08cd501ea7ac4de6ada;p=git.git git-gui: Remove spurious newline in untracked file display. This newline is stupid; it doesn't get put here unless the file is very large, and then its just sort of out of place. Signed-off-by: Shawn O. Pearce --- diff --git a/git-gui.sh b/git-gui.sh index c6757045a..2ebc463b3 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -657,7 +657,6 @@ proc show_diff {path w {lno {}}} { $ui_diff insert end \ "* Untracked file is $sz bytes. * Showing only first $max_sz bytes. - " d_@ } $ui_diff insert end $content