diff-tree --always flag
authorLinus Torvalds <torvalds@osdl.org>
Sun, 5 Feb 2006 19:42:09 +0000 (11:42 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Feb 2006 21:46:19 +0000 (13:46 -0800)
It _might_ make sense for certain users like gitk and gitview if
we had a single tool that gives --pretty and its diff even if
the diff is empty. Having said that, the flag --cc -m is too
specific. If some uses want to see the commit log even for an
empty diff, that flag should not be something only --cc honors.

Here's an "--always" flag that does that.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found