Use print_wrapped_text() in shortlog
commit3714e7c8950681b440508244a1fcf5899a1b0966
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 22 Dec 2006 21:15:59 +0000 (22 22:15 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 10 Apr 2007 19:48:35 +0000 (10 12:48 -0700)
tree1f3bda28b6adade9d532e43a19c61644fd19ace0
parent8ff21b1a3307c7059ea1e00b5117a50a2bc5fec8
Use print_wrapped_text() in shortlog

Some oneline descriptions are just too long. In shortlog, it looks much
nicer when they are wrapped. Since print_wrapped_text() is UTF-8 aware,
it also works with those descriptions.

[jc: with minimum fixes]

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-shortlog.c
t/t4201-shortlog.sh [new file with mode: 0644]