This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new e0a012d129 doc/developer: bug fixes intended for backporting should 
stay minimal.
e0a012d129 is described below

commit e0a012d1299045e974e3032050c404521f7bfe26
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Mon May 25 15:37:59 2026 +0200
Commit:     Marvin Scholz <[email protected]>
CommitDate: Wed Jun 24 14:15:26 2026 +0000

    doc/developer: bug fixes intended for backporting should stay minimal.
    
    Signed-off-by: Michael Niedermayer <[email protected]>
---
 doc/developer.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/developer.texi b/doc/developer.texi
index a9956aba14..ced36d0663 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -488,6 +488,11 @@ later on.
 Also if you have doubts about splitting or not splitting, do not hesitate to
 ask/discuss it on the developer mailing list.
 
+@subheading Bug fixes intended for backporting should stay focused.
+Keep bug fixes as small as possible while fully fixing the reported issue.
+Changes not needed for correctness or robustness should be submitted 
separately,
+especially if they increase complexity or affect backporting.
+
 @subheading Cosmetic changes should be kept in separate patches.
 We refuse source indentation and other cosmetic changes if they are mixed
 with functional changes, such commits will be rejected and removed. However,

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to