diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-19 07:09:03 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-19 07:09:03 +0200 |
commit | 65606f3530b2d93eb522fdd1a66970a2b252ae94 (patch) | |
tree | a9fe80176bad68ecf66634b7f5d6db36056a1bce /diff.c | |
parent | Merge branch 'jc/send-email' (diff) | |
parent | Turn on recursive with --summary (diff) | |
download | git-65606f3530b2d93eb522fdd1a66970a2b252ae94.tar.xz git-65606f3530b2d93eb522fdd1a66970a2b252ae94.zip |
Merge branch 'js/diff'
* js/diff:
Turn on recursive with --summary
Diffstat (limited to 'diff.c')
-rw-r--r-- | diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; /* |