]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/countermand-format-attach'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:57 +0000 (10:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:57 +0000 (10:08 -0800)
The format.attach configuration variable lacked a way to override a
value defined in a lower-priority configuration file (e.g. the
system one) by redefining it in a higher-priority configuration
file.  Now, setting format.attach to an empty string means show the
patch inline in the e-mail message, without using MIME attachment.

This is a backward incompatible change.

* jc/countermand-format-attach:
  format.attach: allow empty value to disable multi-part messages


Trivial merge