From 0565246a7c886475878ea08cd501ea7ac4de6ada Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 23 Jan 2007 03:30:02 -0500 Subject: [PATCH] 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 --- git-gui.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/git-gui.sh b/git-gui.sh index c675704..2ebc463 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 -- 2.11.4.GIT