Merge branch 'sp/shortlog-missing-lf'
authorJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 18:40:34 +0000 (10:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jan 2013 18:40:34 +0000 (10:40 -0800)
When a line to be wrapped has a solid run of non space characters
whose length exactly is the wrap width, "git shortlog -w" failed to
add a newline after such a line.

* sp/shortlog-missing-lf:
strbuf_add_wrapped*(): Remove unused return value
shortlog: fix wrapping lines of wraplen

No differences found