Git fork

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>

authored by

Kristoffer Haugsbakk and committed by
Junio C Hamano
a9235f6f 5a312527

+1 -1
+1 -1
Documentation/git-whatchanged.adoc
··· 15 15 ------- 16 16 `git whatchanged` has been deprecated and is scheduled for removal in 17 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 19 20 20 DESCRIPTION 21 21 -----------