Do not break git-gui messages into multiple lines.
commit53a291a435a173a18969011753104f8ab41234c8
authorEygene Ryabinkin <rea-git@codelabs.ru>
Tue, 27 Mar 2007 10:31:55 +0000 (27 14:31 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 4 Apr 2007 15:37:57 +0000 (4 11:37 -0400)
tree617ff25fb6054c972f90144be320c48f99811e75
parentdf0cd69558b826a0f43420ecc808557656961f62
Do not break git-gui messages into multiple lines.

Many git-gui messages were broken into a multiple lines to make
good paragraph width. Unfortunately in reality it breaks the paragraph
width completely, because the dialog window width does not coincide
with the paragraph width created by the current font.

Tcl/Tk's standard dialog boxes are breaking the long lines
automatically, so it is better to make long lines and let the
interpreter do the job.

Signed-off-by: Eygene Ryabinkin <rea-git@codelabs.ru>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh