diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2007-01-23 03:30:02 -0500 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2007-01-23 03:30:02 -0500 |
| commit | 0565246a7c886475878ea08cd501ea7ac4de6ada (patch) | |
| tree | 89ac807e63e2164f81105aaf2ebf3508ccc7571c | |
| parent | 4e62e2725e487b515a57e1c6ae5ef9b81546884d (diff) | |
| download | git-0565246a7c886475878ea08cd501ea7ac4de6ada.tar.xz | |
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 <spearce@spearce.org>
| -rwxr-xr-x | git-gui.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh index c6757045ab..2ebc463b31 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 |
