From 3904848c6ea8815236db66956f6a7d77e13fb384 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 7 Feb 2006 12:47:44 +0100 Subject: [PATCH] Document git-diff-tree --always Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- Documentation/git-diff-tree.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 674ee614c3..9153e4cf2a 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 --------------- -- 2.11.4.GIT