summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2012-12-11 05:59:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-12-11 18:01:44 (GMT)
commit5b59708268c82262fb13fb8681663dd158b030bd (patch)
tree42d7b69fcd74c67a83143085a3053a10c2c8c38b /utf8.h
parent14e1a4e1ff70aff36db3f5d2a8b806efd0134d50 (diff)
downloadgit-5b59708268c82262fb13fb8681663dd158b030bd.zip
git-5b59708268c82262fb13fb8681663dd158b030bd.tar.gz
git-5b59708268c82262fb13fb8681663dd158b030bd.tar.bz2
shortlog: fix wrapping lines of wraplen
A recent commit [1] fixed a off-by-one wrapping error. As a side-effect, the conditional in add_wrapped_shortlog_msg() to decide whether to append a newline needs to be removed. The function should always append a newline, which was the case before the off-by-one fix, because strbuf_add_wrapped_text() never returns a value of wraplen; when it returns wraplen, the string does not end with a newline, so this caller needs to add one anyway. [1] 14e1a4e1ff70aff36db3f5d2a8b806efd0134d50 utf8: fix off-by-one wrapping of text Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'utf8.h')
0 files changed, 0 insertions, 0 deletions