]> git.ipfire.org Git - thirdparty/git.git/commit - commit.c
commit: make ignore_non_trailer take buf/len
authorJonathan Tan <jonathantanmy@google.com>
Wed, 2 Nov 2016 17:29:17 +0000 (10:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Nov 2016 22:22:18 +0000 (14:22 -0800)
commit710714aaa822acbad14f1b7100fa2776d2bc8ce6
treeea24ab3dfc122e037bfd04cd66eb9ec6bed7ee68
parente4319562bc2834096fade432fd90c985b96476db
commit: make ignore_non_trailer take buf/len

Make ignore_non_trailer take a buf/len pair instead of struct strbuf.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c
commit.c
commit.h
trailer.c