parse arguments correctly

This commit is contained in:
Alberto Fanjul
2022-07-18 07:57:21 +02:00
parent d9de12f88b
commit 6b86332465

View File

@@ -424,7 +424,7 @@ static int parse_options(
else
/** Try failed revision parse as filename. */
break;
} else if (!match_arg_separator(&args)) {
} else if (match_arg_separator(&args)) {
break;
}
else if (!strcmp(a, "--date-order"))