]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Reword "Preparing Patches" to clarify
authorTim Small <tim@seoss.co.uk>
Thu, 13 Jul 2023 11:00:00 +0000 (12:00 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Jul 2023 13:19:22 +0000 (15:19 +0200)
Clarify that patches should apply cleanly to the master branch. Give
guidance for typical bug fix process for existing releases.

Signed-off-by: Tim Small <tim@seoss.co.uk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/hacking.rst

index 11cd21223ad8bd8d122027cbb23506a9fd6f1adb..85918c917688002f192321f322fdfdf747eed632 100644 (file)
@@ -34,8 +34,10 @@ navigate the code base etc. within most code editors (and IDEs).
 Preparing patches
 =================
 
-Make sure your patches apply against libvirt git. Developers
-only follow git and don't care much about released versions.
+Make sure your patches apply against the libvirt git master
+branch. The backporting of changes to existing releases is
+typically carried out by downstream users at their discretion
+after code is merged into the upstream git.
 
 Run the automated tests on your code before submitting any
 changes. That is: