date: clarify --date=raw description
commit442f6fd3d6272b1c7b92e0a24b4be1cf162b4d04
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2016 20:07:29 +0000 (27 13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2016 21:15:51 +0000 (27 14:15 -0700)
tree99c4f436e3580856c52655b836a03e4342fc517a
parent642833db78aa5d7a72677aa9a9b013fb9a880f19
date: clarify --date=raw description

"... in the internal raw Git format `%s %z` format." was clunky in
repeating "format" twice, and would not have helped those who do not
immediately get that these are strftime(3) conversion specifiers.

Explain them with words, and demote the mention of `%s %z` to a
hint to help those who know them.

Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt