]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/format-patch-rfc-and-k' into maint-2.45
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2024 16:27:55 +0000 (09:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Jul 2024 16:27:56 +0000 (09:27 -0700)
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

1  2 
builtin/log.c
t/t4014-format-patch.sh

diff --cc builtin/log.c
Simple merge
Simple merge