Fix "git log --stat": make sure to set recursive with --stat.
authorJunio C Hamano <junkio@cox.net>
Tue, 18 Apr 2006 18:41:28 +0000 (11:41 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 18 Apr 2006 18:43:09 +0000 (11:43 -0700)
commit3a624b346db02a07b0317743b362d1a15c6c3c18
tree14349feaf6ee4a4617cda4cecd0ad4f1eb517b18
parent965f803c323bb72a9dedbbc8f7ba00bbadb6cf58
Fix "git log --stat": make sure to set recursive with --stat.

Just like "patch" format always needs recursive, "diffstat"
format does not make sense without setting recursive.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c
revision.c