Skip to content

Commit

Permalink
Merge branch 'js/diff'
Browse files Browse the repository at this point in the history
* js/diff:
  Turn on recursive with --summary
  • Loading branch information
Junio C Hamano committed Oct 19, 2006
2 parents 2dcd3ce + d7014dc commit 65606f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1760,6 +1760,7 @@ int diff_setup_done(struct diff_options *options)
if (options->output_format & (DIFF_FORMAT_PATCH |
DIFF_FORMAT_NUMSTAT |
DIFF_FORMAT_DIFFSTAT |
DIFF_FORMAT_SUMMARY |
DIFF_FORMAT_CHECKDIFF))
options->recursive = 1;
/*
Expand Down
2 changes: 1 addition & 1 deletion t/t4013/diff.diff-tree_--pretty_--root_--summary_initial
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Date: Mon Jun 26 00:00:00 2006 +0000

Initial

create mode 040000 dir
create mode 100644 dir/sub
create mode 100644 file0
create mode 100644 file2
$

0 comments on commit 65606f3

Please sign in to comment.