• E
    format-patch: teach --no-encode-email-headers · 19d097e3
    Emma Brooks 提交于
    When commit subjects or authors have non-ASCII characters, git
    format-patch Q-encodes them so they can be safely sent over email.
    However, if the patch transfer method is something other than email (web
    review tools, sneakernet), this only serves to make the patch metadata
    harder to read without first applying it (unless you can decode RFC 2047
    in your head). git am as well as some email software supports
    non-Q-encoded mail as described in RFC 6531.
    
    Add --[no-]encode-email-headers and format.encodeEmailHeaders to let the
    user control this behavior.
    Signed-off-by: NEmma Brooks <me@pluvano.com>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    19d097e3
log.c 60.5 KB