Skip to content

Commit

Permalink
whatchanged: document -m option from git-diff-tree.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Oct 16, 2005
1 parent 5990efb commit 15fad5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/git-whatchanged.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ OPTIONS
<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
------
Expand Down

0 comments on commit 15fad5f

Please sign in to comment.