]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit630501ceef6a70203f89ab62c9909c96a2d751ec
tree3c5c2719dbb9958b37c12ffd98aa368dbc73c1e2
parentdda83e69d08ce37c64157007e050a142660fd15c
parent50bebf98d96a6ccf2ca5c76da5dd8afff6933a4c
Merge branch 'jc/countermand-format-attach'

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