git/builtin
Steffen Prohaska 5b59708268 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] 14e1a4e1ff 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>
2012-12-11 10:01:44 -08:00
..
add.c Merge branch 'ar/clone-honor-umask-at-top' into maint 2012-07-22 13:04:05 -07:00
annotate.c
…
apply.c Merge branch 'jc/apply-binary-p0' into maint-1.7.11 2012-09-12 14:00:53 -07:00
archive.c
…
bisect--helper.c
…
blame.c Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 2012-09-11 10:53:40 -07:00
branch.c
…
bundle.c
…
cat-file.c Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 2012-09-10 15:24:54 -07:00
check-attr.c
…
check-ref-format.c
…
checkout-index.c
…
checkout.c Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 2012-09-11 10:53:40 -07:00
clean.c
…
clone.c Merge branch 'ar/clone-honor-umask-at-top' into maint 2012-07-22 13:04:05 -07:00
column.c
…
commit-tree.c
…
commit.c split_ident_line(): make best effort when parsing author/committer line 2012-08-31 14:54:18 -07:00
config.c config: "git config baa" should exit with status 1 2012-07-30 08:51:26 -07:00
count-objects.c
…
describe.c
…
diff-files.c
…
diff-index.c
…
diff-tree.c
…
diff.c Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 2012-09-11 10:53:40 -07:00
fast-export.c
…
fetch-pack.c
…
fetch.c
…
fmt-merge-msg.c
…
for-each-ref.c for-each-ref: Fix sort with multiple keys 2012-08-21 14:42:12 -07:00
fsck.c
…
gc.c
…
grep.c
…
hash-object.c
…
help.c
…
index-pack.c
…
init-db.c
…
log.c log: fix --quiet synonym for -s 2012-08-28 15:37:29 -07:00
ls-files.c
…
ls-remote.c
…
ls-tree.c
…
mailinfo.c
…
mailsplit.c
…
merge-base.c
…
merge-file.c
…
merge-index.c
…
merge-ours.c
…
merge-recursive.c
…
merge-tree.c
…
merge.c Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 2012-09-11 10:53:40 -07:00
mktag.c
…
mktree.c
…
mv.c
…
name-rev.c
…
notes.c
…
pack-objects.c
…
pack-redundant.c
…
pack-refs.c
…
patch-id.c
…
prune-packed.c
…
prune.c
…
push.c
…
read-tree.c
…
receive-pack.c receive-pack: do not leak output from auto-gc to standard output 2012-08-06 22:31:10 -07:00
reflog.c
…
remote-ext.c
…
remote-fd.c
…
remote.c
…
replace.c
…
rerere.c
…
reset.c
…
rev-list.c
…
rev-parse.c specifying ranges: we did not mean to make ".." an empty set 2012-08-23 14:37:49 -07:00
revert.c
…
rm.c
…
send-pack.c
…
shortlog.c shortlog: fix wrapping lines of wraplen 2012-12-11 10:01:44 -08:00
show-branch.c
…
show-ref.c
…
stripspace.c
…
symbolic-ref.c
…
tag.c
…
tar-tree.c
…
unpack-file.c
…
unpack-objects.c
…
update-index.c
…
update-ref.c
…
update-server-info.c
…
upload-archive.c
…
var.c
…
verify-pack.c
…
verify-tag.c
…
write-tree.c
…