X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff.c;h=2fa285a8efc69fac1ba922b0b7ada9230de93c79;hb=77882f60d9df2fd410ba7d732b01738315643c05;hp=30e4d50b951257829d2727c6076f7baa6488a473;hpb=a13ba129cdc66b60eef177696084ff80034069b7;p=git.git diff --git a/diff.c b/diff.c index 30e4d50b..2fa285a8 100644 --- a/diff.c +++ b/diff.c @@ -1375,8 +1375,6 @@ static void diffcore_apply_filter(const char *filter) void diffcore_std(struct diff_options *options) { - if (options->paths && options->paths[0]) - diffcore_pathspec(options->paths); if (options->break_opt != -1) diffcore_break(options->break_opt); if (options->detect_rename)