docs: clarify that --encoding can produce invalid sequences
commite479c5f8f380ea54353b96364f66a4496d213733
authorJeff King <peff@peff.net>
Wed, 17 Jun 2015 18:46:08 +0000 (17 14:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2015 20:46:36 +0000 (17 13:46 -0700)
tree50ebd60c8ebe38b7a6fad77a94b611f16a197932
parent282616c72d1d08a77ca4fe1186cb708c38408d87
docs: clarify that --encoding can produce invalid sequences

In the common case that the commit encoding matches the
output encoding, we do not touch the buffer at all, which
makes things much more efficient. But it might be unclear to
a consumer that we will pass through bogus sequences.

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