]> git.ipfire.org Git - thirdparty/git.git/blobdiff - merge-ort.c
merge-ll: introduce LL_MERGE_OPTIONS_INIT
[thirdparty/git.git] / merge-ort.c
index 8617babee41cb59aa5b3dac97a55a53f92e7bc20..4a02c3ecd99590134605abba223b2f528dfd54ff 100644 (file)
@@ -1956,7 +1956,7 @@ static int merge_3way(struct merge_options *opt,
                      mmbuffer_t *result_buf)
 {
        mmfile_t orig, src1, src2;
-       struct ll_merge_options ll_opts = {0};
+       struct ll_merge_options ll_opts = LL_MERGE_OPTIONS_INIT;
        char *base, *name1, *name2;
        enum ll_merge_result merge_status;