Merge branch 'fixes'
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 19:21:38 +0000 (12:21 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 19:21:38 +0000 (12:21 -0700)
Documentation/git-whatchanged.txt

index 056a969..db2efea 100644 (file)
@@ -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
 ------