diff: --ignore-cr-at-eol
[gitweb.git] / merge-recursive.c
index 7a7d55aabeaf46bbd7f77b923e20a66ac4811d5e..006b94baf2991d5c81dcc02f86da66473e949626 100644 (file)
@@ -2214,6 +2214,8 @@ int parse_merge_opt(struct merge_options *o, const char *s)
                DIFF_XDL_SET(o, IGNORE_WHITESPACE);
        else if (!strcmp(s, "ignore-space-at-eol"))
                DIFF_XDL_SET(o, IGNORE_WHITESPACE_AT_EOL);
+       else if (!strcmp(s, "ignore-cr-at-eol"))
+               DIFF_XDL_SET(o, IGNORE_CR_AT_EOL);
        else if (!strcmp(s, "renormalize"))
                o->renormalize = 1;
        else if (!strcmp(s, "no-renormalize"))