--summary output should print immediately after stats.
authorSean <seanlkml@sympatico.ca>
Tue, 23 May 2006 09:34:23 +0000 (05:34 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 24 May 2006 06:45:37 +0000 (23:45 -0700)
commitfad70686b25c414b6224406d42a4dfb7c4136e85
tree89eb8cf5da04363380dfc6894295c832a5a5b71e
parent36f5b1f0c800a23b9755a0214c1c3250f34f2486
--summary output should print immediately after stats.

Currently the summary is displayed after the patch.  Fix this so
that the output order is stat-summary-patch.  As a consequence of
the way this is coded, the --summary option will only actually
display summary data if combined with either the --stat or
--patch-with-stat option.

Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.c