]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/log.c
format-patch: add "--rfc" for the common case of [RFC PATCH]
authorJosh Triplett <josh@joshtriplett.org>
Tue, 20 Sep 2016 04:23:25 +0000 (21:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2016 15:58:10 +0000 (08:58 -0700)
commit68e83a5b8277adfc6f8a307bc2454bc6723717f4
treec0271f6269ff3e4706e88abcf3ae8d45ea4a5498
parent6ebdac1bab966b720d776aa43ca188fe378b1f4b
format-patch: add "--rfc" for the common case of [RFC PATCH]

Add an alias for --subject-prefix='RFC PATCH', which is used
commonly in some development communities to deserve such a
short-hand.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt
builtin/log.c
t/t4014-format-patch.sh