From: Petr Baudis <pasky@suse.cz>
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://granicus.if.org/sourcecode?a=commitdiff_plain;h=3904848c6ea8815236db66956f6a7d77e13fb384;p=git

Document git-diff-tree --always

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
---

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
 ---------------