Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-16 23:23:59 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-16 23:23:59 +0400
commitf865a2ad981f72423aa1c19412ce57c543801957 (patch)
tree8c324c2c13e0fb3d0e8b60ce4e977620dba1a34f /Documentation/git-whatchanged.txt
parenta34484e1c926ff21279d2f178534c1f9565c7f4d (diff)
parent15fad5f4d750da31fbc004e6dd4c78fc0f20aca4 (diff)
Merge branch 'fixes'
Diffstat (limited to 'Documentation/git-whatchanged.txt')
-rw-r--r--Documentation/git-whatchanged.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt
index 8a2212de64..e6f57d9bc1 100644
--- a/Documentation/git-whatchanged.txt
+++ b/Documentation/git-whatchanged.txt
@@ -43,6 +43,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
------