]> git.ipfire.org Git - thirdparty/git.git/commit
reftable: avoid initializing structs from structs
authorHan-Wen Nienhuys <hanwen@google.com>
Thu, 13 Jan 2022 16:55:34 +0000 (16:55 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jan 2022 21:36:34 +0000 (13:36 -0800)
commitf2b255141b3008a46b4946e7da44b966797e4355
tree7ef6cdadcdc216655ac3084952acf8b431716591
parent1ffcbaa1a5f10c9f706314d77f88de20a4a498c2
reftable: avoid initializing structs from structs

Apparently, the IBM xlc compiler doesn't like this.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
reftable/merged_test.c