Documentation/log: clarify what --raw means
commitd89df367f61e8da1ae05ef7054bab4343eb67cdf
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Mon, 18 May 2015 17:55:57 +0000 (18 19:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2015 20:42:52 +0000 (18 13:42 -0700)
tree5e1679750297927060ae0c77ed22fee59af4038c
parent282616c72d1d08a77ca4fe1186cb708c38408d87
Documentation/log: clarify what --raw means

There are several "raw formats", and describing --raw as "Generate the
raw format" in the documentation for git-log seems to imply that it
generates the raw *log* format.

Clarify the wording by saying "raw diff format" explicitly, and make a
special-case for "git log": "git log --raw" does not just change the
format, it shows something which is not shown by default.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt