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)
commit71288e15dfd6638d14b307b564d1230a4500daa1
tree7e81aaa5b75de0df9c359838094c82a06c635dce
parentb05d8c62d306071729eb3d905042385bb93b9fcd
parente0db1765c3bb108b55ebf82b4e5962f9d1f5e5b7
Merge branch 'sp/shortlog-missing-lf'

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
builtin/shortlog.c
utf8.c
utf8.h