author | Linus Torvalds <torvalds@osdl.org> | |
Sun, 5 Feb 2006 19:42:09 +0000 (11:42 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Feb 2006 21:46:19 +0000 (13:46 -0800) | ||
commit | ec0bdb6f1e8fd772ff9eb920ebcb7dd1afcaf362 | |
tree | 42440110d72d1df49e853ab15e3b714268701cf2 | tree | snapshot |
parent | 04fe2a1706b4bd71b604bfe7d7295064440872cf | commit | diff |
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>
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 | diff | blob | history |