aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2025-09-17 22:24:18 +0200
committerJunio C Hamano <gitster@pobox.com>2025-09-17 13:47:24 -0700
commita9235f6fa7bcdff08238c33ce5f87135119ab03b (patch)
tree3c91dec49c731ca8f62c72551254ac0c6719ae2b
parent5a31252702da61ddabc68f3f8ac7a2cffc19a542 (diff)
downloadgit-a9235f6fa7bcdff08238c33ce5f87135119ab03b.tar.xz
whatchanged: remove not-even-shorter clause
The closest equivalent is `git log --raw --no-merges`. Also change to “defaults” (implicit plural). Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-whatchanged.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-whatchanged.adoc b/Documentation/git-whatchanged.adoc
index e71d2aa2d2..436e219b7d 100644
--- a/Documentation/git-whatchanged.adoc
+++ b/Documentation/git-whatchanged.adoc
@@ -15,7 +15,7 @@ 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`.
+defaults.
DESCRIPTION
-----------