]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/merge.c
want_color: automatically fallback to color.ui
[thirdparty/git.git] / builtin / merge.c
index 7209edf76af7f43e1e1de149e736c50d6c84c114..b75ae0193cb04e969b9d32adfa8a47da3fd956fd 100644 (file)
@@ -1031,10 +1031,6 @@ int cmd_merge(int argc, const char **argv, const char *prefix)
 
        git_config(git_merge_config, NULL);
 
-       /* for color.ui */
-       if (diff_use_color_default == -1)
-               diff_use_color_default = git_use_color_default;
-
        if (branch_mergeoptions)
                parse_branch_merge_options(branch_mergeoptions);
        argc = parse_options(argc, argv, prefix, builtin_merge_options,