author | Junio C Hamano <gitster@pobox.com> | |
Wed, 3 Sep 2008 00:28:59 +0000 (17:28 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 4 Sep 2008 05:37:03 +0000 (22:37 -0700) | ||
commit | f88d225feb117f0429540da90b2552e198fa2e82 | |
tree | d12ff0bfd8c533bf2987fb84cef72d94e60b51d3 | tree | snapshot |
parent | ff2549dc9af3fffa8a8285418601d9eab94de7b7 | commit | diff |
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>
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 | blob | history | |
diff.h | diff | blob | history |