Gentoo Archives: gentoo-portage-dev

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Re: Signing off patches
Date: Thu, 16 Jan 2014 20:07:48
Message-Id: 20140116200744.GW2647@odin.tremily.us
In Reply to: [gentoo-portage-dev] Re: Signing off patches by Duncan <1i5t5.duncan@cox.net>
1 On Thu, Jan 16, 2014 at 07:54:57PM +0000, Duncan wrote:
2 > And one final note: A signed-off-by is a useful indicator of a patch that
3 > an author considers ready to go, pending review, etc. Lack of that (from
4 > a seasoned submitter who is familiar with the process) can be an
5 > indication that the author believes the patch is or may be preliminary,
6 > and they're not yet ready for integration-tree inclusion or final review,
7 > tho they usually say as much in the patch description as well.
8
9 You can also use:
10
11 $ git format-patch --subject-prefix RFC …
12
13 to mark preliminary patches with [RFC] tags in the subject. It also
14 works with versions:
15
16 $ git format-patch --subject-prefix RFC -v2 …
17
18 will generate [RFC v2] tags. Once you think it's mergable, drop the
19 --subject-prefix to get [PATCH] tags.
20
21 Cheers,
22 Trevor
23
24 --
25 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
26 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] Re: Signing off patches Alexander Berntsen <alexander@××××××.net>