]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'eb/format-patch-no-encode-headers'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:54 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:54 +0000 (13:42 -0700)
commitf4216e5968778a8710e5fc0f4dc7ecdcc53b6448
tree5762bde21199c4a6b09c83a30740394e48dc3e20
parentfdee8b170d42d3502aa461208436102cf68a95f8
parent19d097e3d73b4d3635bbe0e8735b2f059d59f29a
Merge branch 'eb/format-patch-no-encode-headers'

The output from "git format-patch" uses RFC 2047 encoding for
non-ASCII letters on From: and Subject: headers, so that it can
directly be fed to e-mail programs.  A new option has been added
to produce these headers in raw.

* eb/format-patch-no-encode-headers:
  format-patch: teach --no-encode-email-headers