From: Jonathan Nieder Date: Fri, 2 Aug 2013 22:16:40 +0000 (-0700) Subject: log doc: the argument to --encoding is not optional X-Git-Tag: v1.8.4-rc2~1^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e6604c3537e8b60d6cbc821e7d356924c0a0e809?hp=e6604c3537e8b60d6cbc821e7d356924c0a0e809 log doc: the argument to --encoding is not optional $ git log --encoding fatal: Option '--encoding' requires a value $ git rev-list --encoding fatal: Option '--encoding' requires a value The argument to --encoding has always been mandatory. Unfortunately manpages like git-rev-list(1), git-log(1), and git-show(1) have described the option's syntax as "--encoding[=]" since it was first documented. Clarify by removing the extra brackets. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---