diff-tree --always flag
commitec0bdb6f1e8fd772ff9eb920ebcb7dd1afcaf362
authorLinus Torvalds <torvalds@osdl.org>
Sun, 5 Feb 2006 19:42:09 +0000 (5 11:42 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Feb 2006 21:46:19 +0000 (5 13:46 -0800)
tree42440110d72d1df49e853ab15e3b714268701cf2
parent04fe2a1706b4bd71b604bfe7d7295064440872cf
diff-tree --always flag

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>
diff-tree.c