projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53f3138
)
Document git-diff-tree --always
author
Petr Baudis
<pasky@suse.cz>
Tue, 7 Feb 2006 11:47:44 +0000
(12:47 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 7 Feb 2006 21:19:40 +0000
(13:19 -0800)
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-diff-tree.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-diff-tree.txt
b/Documentation/git-diff-tree.txt
index
674ee61
..
9153e4c
100644
(file)
--- 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
---------------