Skip to content

Commit 0565246

Browse files
committed
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 <[email protected]>
1 parent 4e62e27 commit 0565246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-gui.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ proc show_diff {path w {lno {}}} {
657657
$ui_diff insert end \
658658
"* Untracked file is $sz bytes.
659659
* Showing only first $max_sz bytes.
660-
661660
" d_@
662661
}
663662
$ui_diff insert end $content

0 commit comments

Comments
 (0)