Re: [PATCH v2 05/12] pretty: save commit encoding from logmsg_reencode if the caller needs it
From: Junio C Hamano <hidden> Date: 2016-06-15 22:56:35
Nguyễn Thái Ngọc Duy [off-list ref] writes:
The commit encoding is parsed by logmsg_reencode, there's no need for
the caller to re-parse it again. The reencoded message now has the new
encoding, not the original one. The caller would need to read commit
object again before parsing.
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
---
This and 06/12 look like a fix independent from the remainder of the
series. Can they be moved a lot earlier in the series?