diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-22 13:37:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-26 19:46:00 +0200 |
commit | 4045a8d73e81376f87ff3474b6ed4444a44e70e0 (patch) | |
tree | fd60888facf0be263a410b28f028dab1e8c6c78f | |
parent | c5ac86256bd9e74937d596a31cf6ab747c306d0a (diff) | |
download | ffmpeg-4045a8d73e81376f87ff3474b6ed4444a44e70e0.tar.gz |
doc/patchwork: Document the patchwork states
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | doc/patchwork | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/patchwork b/doc/patchwork new file mode 100644 index 0000000000..43f94cf117 --- /dev/null +++ b/doc/patchwork @@ -0,0 +1,10 @@ +Patchwork states + +NEW: Initial state of new patches +Accepted: The patch was pushed to the main master repository +Rejected: The patch has been rejected +Withdrawn: The patch was withdrawn by the author +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 |