diff --cumulative is a sub-option of --dirstat
commitf88d225feb117f0429540da90b2552e198fa2e82
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Sep 2008 00:28:59 +0000 (2 17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Sep 2008 05:37:03 +0000 (3 22:37 -0700)
treed12ff0bfd8c533bf2987fb84cef72d94e60b51d3
parentff2549dc9af3fffa8a8285418601d9eab94de7b7
diff --cumulative is a sub-option of --dirstat

The option used to be implemented as if it is a totally independent one,
but "git diff --cumulative" would not mean anything without "--dirstat".

This makes --cumulative imply --dirstat.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
diff.h