X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.c;h=306bcd9807803f37dd742ff5c479c4875c454e03;hb=5f93926c3c5c4fe1def39de82076bc69ec89c058;hp=823c8d0aabe7d68a6dd0c4b3311ecff64710ea6e;hpb=cf9dfc669e9bae724286d919dec0cd30e3f592e4;p=git.git diff --git a/diff.c b/diff.c index 823c8d0a..306bcd98 100644 --- a/diff.c +++ b/diff.c @@ -174,7 +174,7 @@ static void builtin_diff(const char *name_a, { int i, next_at, cmd_size; const char *const diff_cmd = "diff -L%s -L%s"; - const char *const diff_arg = "%s %s||:"; /* "||:" is to return 0 */ + const char *const diff_arg = "-- %s %s||:"; /* "||:" is to return 0 */ const char *input_name_sq[2]; const char *label_path[2]; char *cmd;