Merge branch 'jc/format-patch-rfc-more'
commit708e9257f8045e00dca1241ab13c1e8033ead41c
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Apr 2024 21:49:42 +0000 (30 14:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Apr 2024 21:49:43 +0000 (30 14:49 -0700)
tree1fd05bac88b2593b81fdb6b7f7f3a654a37d589d
parent07fc8275e1b41c8e256edb0e42483d317adfdb91
parentce36894509bac4c03fd524fc668b1e43d6e56ee1
Merge branch 'jc/format-patch-rfc-more'

The "--rfc" option of "git format-patch" learned to take an
optional string value to be used in place of "RFC" to tweak the
"[PATCH]" on the subject header.

* jc/format-patch-rfc-more:
  format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]
  format-patch: allow --rfc to optionally take a value, like --rfc=WIP
builtin/log.c
t/t4014-format-patch.sh