summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5990efb)
raw | patch | inline | side by side (parent: 5990efb)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 06:49:27 +0000 (23:49 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 06:49:27 +0000 (23:49 -0700) |
The documentation for git-whatchanged is meant to describe only
the most frequently used options from git-diff-tree. Because "why
doesn't it show merges" was asked more than once, we'd better
describe '-m' option there.
Signed-off-by: Junio C Hamano <junkio@cox.net>
the most frequently used options from git-diff-tree. Because "why
doesn't it show merges" was asked more than once, we'd better
describe '-m' option there.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-whatchanged.txt | patch | blob | history |
index 056a9697c68a7de8655d6b9800e40ce3ffd92c48..db2efea14cf00335d5bb470a1b42f6cbe452c2e0 100644 (file)
<format> can be one of 'raw', 'medium', 'short', 'full',
and 'oneline'.
+-m::
+ By default, differences for merge commits are not shown.
+ With this flag, show differences to that commit from all
+ of its parents.
+
+ However, it is not very useful in general, although it
+ *is* useful on a file-by-file basis.
Author
------