]> Kevux Git Server - rit/commit
diff: use designated initializers for emitted_diff_symbol
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Thu, 9 Dec 2021 10:30:08 +0000 (10:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Dec 2021 21:24:06 +0000 (13:24 -0800)
commitb4a5c5c419009c26935536fa7039ad5073acb237
tree555ea04ba18ab3b0be41b18e75e2b1e8c08e99b4
parent25e61909e95ffd376787ce0ecc5dd6cf7d3f0e78
diff: use designated initializers for emitted_diff_symbol

This makes it clearer which fields are being explicitly initialized
and will simplify the next commit where we add a new field to the
struct.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c