projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2dcd3ce
d7014dc
)
Merge branch 'js/diff'
author
Junio C Hamano
<junkio@cox.net>
Thu, 19 Oct 2006 05:09:03 +0000
(22:09 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 19 Oct 2006 05:09:03 +0000
(22:09 -0700)
* js/diff:
Turn on recursive with --summary
1
2
diff.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
diff.c
index 2dcad1942c0f5137d93ebf709439eb385a4ae500,9dbbed75bac4143f36811c3351aea6c71abcf554..33153787b8117396cf906e69e656849ac04f3257
---
1
/
diff.c
---
2
/
diff.c
+++ b/
diff.c
@@@
-1758,8
-1740,8
+1758,9
@@@
int diff_setup_done(struct diff_option
* recursive bits for other formats here.
*/
if (options->output_format & (DIFF_FORMAT_PATCH |
+ DIFF_FORMAT_NUMSTAT |
DIFF_FORMAT_DIFFSTAT |
+ DIFF_FORMAT_SUMMARY |
DIFF_FORMAT_CHECKDIFF))
options->recursive = 1;
/*