]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
commit: replace the raw buffer with strbuf in read_graft_line
authorPatryk Obara <patryk.obara@gmail.com>
Fri, 18 Aug 2017 18:33:12 +0000 (20:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Aug 2017 19:18:10 +0000 (12:18 -0700)
commit9a9340329a7151697c943794369950115963879f
tree4784f79fb2b36f7038c3da3e6031a85db24cc156
parent50c5cd5800be172300da79b271037148f31d1987
commit: replace the raw buffer with strbuf in read_graft_line

This simplifies function declaration and allows for use of strbuf_rtrim
instead of modifying buffer directly.

Signed-off-by: Patryk Obara <patryk.obara@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
commit.c
commit.h