From: Petr Baudis Date: Tue, 7 Feb 2006 11:47:44 +0000 (+0100) Subject: Document git-diff-tree --always X-Git-Tag: v1.2.0~37 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=3904848c6ea8815236db66956f6a7d77e13fb384 Document git-diff-tree --always Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 674ee614..9153e4cf 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -95,6 +95,10 @@ separated with a single space are given. hunks disappear, the commit itself and the commit log message is not shown, just like any other "empty diff" cases. +--always:: + Show the commit itself and the commit log message even + if the diff itself is empty. + Limiting Output ---------------