diff options
author | Petr Baudis <pasky@suse.cz> | 2006-02-07 12:47:44 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-07 13:19:40 -0800 |
commit | 3904848c6ea8815236db66956f6a7d77e13fb384 (patch) | |
tree | 5fdd17175fa6f251d6d7263a15867c392acd9c16 | |
parent | 53f313897e37f25e1411a6a7cfa328d642847345 (diff) | |
download | git-3904848c6ea8815236db66956f6a7d77e13fb384.tar.gz git-3904848c6ea8815236db66956f6a7d77e13fb384.tar.xz |
Document git-diff-tree --always
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-diff-tree.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 674ee614c..9153e4cf2 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 --------------- |