projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e62e27
)
git-gui: Remove spurious newline in untracked file display.
author
Shawn O. Pearce
<spearce@spearce.org>
Tue, 23 Jan 2007 08:30:02 +0000
(
03:30
-0500)
committer
Shawn O. Pearce
<spearce@spearce.org>
Tue, 23 Jan 2007 08:30:02 +0000
(
03:30
-0500)
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>
git-gui.sh
patch
|
blob
|
history
diff --git
a/git-gui.sh
b/git-gui.sh
index c6757045ab07e87fe5cd687bd44a7c9e4c577e82..2ebc463b31a83300eb19f7e96dd73c8e8dcaa25f 100755
(executable)
--- 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