Merge branch 'js/diff'

* js/diff:
  Turn on recursive with --summary
This commit is contained in:
Junio C Hamano 2006-10-18 22:09:03 -07:00
commit 65606f3530
2 changed files with 2 additions and 1 deletions

1
diff.c
View File

@ -1760,6 +1760,7 @@ int diff_setup_done(struct diff_options *options)
if (options->output_format & (DIFF_FORMAT_PATCH | if (options->output_format & (DIFF_FORMAT_PATCH |
DIFF_FORMAT_NUMSTAT | DIFF_FORMAT_NUMSTAT |
DIFF_FORMAT_DIFFSTAT | DIFF_FORMAT_DIFFSTAT |
DIFF_FORMAT_SUMMARY |
DIFF_FORMAT_CHECKDIFF)) DIFF_FORMAT_CHECKDIFF))
options->recursive = 1; options->recursive = 1;
/* /*

View File

@ -5,7 +5,7 @@ Date: Mon Jun 26 00:00:00 2006 +0000
Initial Initial
create mode 040000 dir create mode 100644 dir/sub
create mode 100644 file0 create mode 100644 file0
create mode 100644 file2 create mode 100644 file2
$ $