Merge branch 'ds/format-patch-rfc-and-k' into maint-2.45
commitf13710e32e69fd267c61035731af61913db2060b
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2024 16:27:55 +0000 (2 09:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2024 16:27:56 +0000 (2 09:27 -0700)
tree2e6b6ba10dc42ab9a45992a381a122bbe58ccb1a
parent09e5e7f718f3c4259184770da816eb4a7c054d0b
parentcadcf58085cada6e781444cbdde6d4b0067ebe4c
Merge branch 'ds/format-patch-rfc-and-k' into maint-2.45

The "-k" and "--rfc" options of "format-patch" will now error out
when used together, as one tells us not to add anything to the
title of the commit, and the other one tells us to add "RFC" in
addition to "PATCH".

* ds/format-patch-rfc-and-k:
  format-patch: ensure that --rfc and -k are mutually exclusive
builtin/log.c
t/t4014-format-patch.sh