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>
Kristoffer Haugsbakk committed
Sep 17, 2025 at 22:24 UTC
a9235f6fa7bcdff08238c33ce5f87135119ab03b
1 file changed
+1
-1
Documentation/git-whatchanged.adoc
+1
-1
@@ -15,7 +15,7 @@ WARNING
15
-------
16
`git whatchanged` has been deprecated and is scheduled for removal in
17
a future version of Git, as it is merely `git log` with different
18
-default; `whatchanged` is not even shorter to type than `log --raw`.
18
+defaults.
19
20
DESCRIPTION
21
-----------