summaryrefslogtreecommitdiff
path: root/Documentation/git-diff-tree.txt
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2006-02-07 11:47:44 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-02-07 21:19:40 (GMT)
commit3904848c6ea8815236db66956f6a7d77e13fb384 (patch)
tree5fdd17175fa6f251d6d7263a15867c392acd9c16 /Documentation/git-diff-tree.txt
parent53f313897e37f25e1411a6a7cfa328d642847345 (diff)
downloadgit-3904848c6ea8815236db66956f6a7d77e13fb384.zip
git-3904848c6ea8815236db66956f6a7d77e13fb384.tar.gz
git-3904848c6ea8815236db66956f6a7d77e13fb384.tar.bz2
Document git-diff-tree --always
Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r--Documentation/git-diff-tree.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt
index 674ee61..9153e4c 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
---------------