]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/format-patch-rfc-and-k'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Apr 2024 21:49:42 +0000 (14:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Apr 2024 21:49:42 +0000 (14:49 -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