]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dd/format-patch-rfc-updates'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Sep 2023 22:06:08 +0000 (15:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Sep 2023 22:06:08 +0000 (15:06 -0700)
commit09684a12b05b6c01c638cb14e3d765a93d154e32
tree6d226fa91e783da2a2bb87dbfcbdc2ccb1aff71c
parent32de857fb200ca48ae3762e56a1e58370037f0a4
parente0d7db7423a91673c001aaa5e580c815ce2f7f92
Merge branch 'dd/format-patch-rfc-updates'

"git format-patch --rfc --subject-prefix=<foo>" used to ignore the
"--subject-prefix" option and used "[RFC PATCH]"; now we will add
"RFC" prefix to whatever subject prefix is specified.

This is a backward compatible change that may deserve a note.

* dd/format-patch-rfc-updates:
  format-patch: --rfc honors what --subject-prefix sets
Documentation/git-format-patch.txt
builtin/log.c
t/t4014-format-patch.sh