[FFmpeg-devel] [PATCH] doc/patchwork: Document the patchwork states

Clément Bœsch u at pkh.me
Sat Oct 22 15:12:18 EEST 2016


On Sat, Oct 22, 2016 at 01:38:47PM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  doc/patchwork | 9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 doc/patchwork
> 
> diff --git a/doc/patchwork b/doc/patchwork
> new file mode 100644
> index 0000000..9486e07
> --- /dev/null
> +++ b/doc/patchwork
> @@ -0,0 +1,9 @@
> +Patchwork states
> +
> +NEW:               Initial state of new patches
> +Accepted:          The patch was pushed to the main master repository
> +Rejected:          The patch has been rejected
> +Not Applicable:    The patch does not apply to the main master repository
> +Superseded:        A newer version of the patch has been posted
> +Changes Requested: The patch has been or is under review and changes have been requested
> +RFC:               The patch is not intended to be applied but only for comments

no "dropped" or "invalid" state? (similar to a self rejected patch)

-- 
Clément B.


More information about the ffmpeg-devel mailing list