From: Kristoffer Haugsbakk Date: Wed, 17 Sep 2025 20:24:18 +0000 (+0200) Subject: whatchanged: remove not-even-shorter clause X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9235f6fa7bcdff08238c33ce5f87135119ab03b;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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 -----------