]> git.ipfire.org Git - thirdparty/git.git/commit - match-trees.c
match-trees: convert splice_tree to object_id
authorPatryk Obara <patryk.obara@gmail.com>
Sun, 28 Jan 2018 00:13:15 +0000 (01:13 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2018 18:42:36 +0000 (10:42 -0800)
commit3b34934dcaa4e643a3691ba1f10db054adf60ffb
treeb7887a4f7ccaf0751a2f92b775c5c6b731eba650
parent97a41a0c01cdcbe8153f6b269ff21ee74ecf0092
match-trees: convert splice_tree to object_id

Convert the definition of static recursive splice_tree function to use
struct object_id and adjust single caller.

Signed-off-by: Patryk Obara <patryk.obara@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
match-trees.c