aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-whatchanged.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-whatchanged.adoc')
-rw-r--r--Documentation/git-whatchanged.adoc10
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/git-whatchanged.adoc b/Documentation/git-whatchanged.adoc
index 8e55e0bb1e..d21484026f 100644
--- a/Documentation/git-whatchanged.adoc
+++ b/Documentation/git-whatchanged.adoc
@@ -8,8 +8,14 @@ git-whatchanged - Show logs with differences each commit introduces
SYNOPSIS
--------
-[verse]
-'git whatchanged' <option>...
+[synopsis]
+git whatchanged <option>...
+
+WARNING
+-------
+`git whatchanged` has been deprecated and is scheduled for removal in
+a future version of Git, as it is merely `git log` with different
+default; `whatchanged` is not even shorter to type than `log --raw`.
DESCRIPTION
-----------