X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-diff-files.c;h=a655eea91ed5ac38af578e47fe6747a1b6fb968c;hb=6ece0d3030ae2dc5b49fcfcc83df4966a52e0d0b;hp=cebda828eec4e90f3d0af050e07a53071b39d5b7;hpb=e96b6c4bf6dab94fd3833c31adc5105589a59e7a;p=git.git diff --git a/builtin-diff-files.c b/builtin-diff-files.c index cebda828e..a655eea91 100644 --- a/builtin-diff-files.c +++ b/builtin-diff-files.c @@ -36,12 +36,15 @@ int cmd_diff_files(int argc, const char **argv, char **envp) usage(diff_files_usage); argv++; argc--; } + if (!rev.diffopt.output_format) + rev.diffopt.output_format = DIFF_FORMAT_RAW; + /* * Make sure there are NO revision (i.e. pending object) parameter, * rev.max_count is reasonable (0 <= n <= 3), * there is no other revision filtering parameters. */ - if (rev.pending_objects || + if (rev.pending.nr || rev.min_age != -1 || rev.max_age != -1) usage(diff_files_usage); /*