]> granicus.if.org Git - cgit/commit
ui-log: Line-wrap long commit subjects when showmsg is enabled
authorJohan Herland <johan@herland.net>
Mon, 15 Nov 2010 17:39:52 +0000 (18:39 +0100)
committerLars Hjemli <hjemli@gmail.com>
Tue, 16 Nov 2010 07:18:37 +0000 (08:18 +0100)
commitad230267f8ecae6cb4f0da17d7a5f75ba38203e2
treeb25cb32e8caf932b031691a5c85b827b847261c5
parent268b34af23cdcac87aed3300bfe6154cbc65753e
ui-log: Line-wrap long commit subjects when showmsg is enabled

When showmsg is disabled ui-log truncates long commit subjects. This is good.
However, the same is not desirable when showmsg is enabled, since you then
end up with a truncated commit subject followed by the rest of the commit
message below.

Instead, when showmsg is enabled (and we're using all this space to display
the entire commit message, anyway), line-wrap the commit subject instead of
truncating it.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cmd.c
ui-log.c
ui-log.h
ui-summary.c