]> code.delx.au - gnu-emacs/blobdiff - CONTRIBUTE
Merge branch 'emacs-25-merge'
[gnu-emacs] / CONTRIBUTE
index 0c0ef207ff3f97350b6101d8d9908c8c08a7568d..177a38cffd68ecd792296f920988d029c1f75b05 100644 (file)
@@ -186,10 +186,12 @@ branch later.
 
 However, if you know that the change will be difficult to merge to the
 trunk (eg because the trunk code has changed a lot), you can apply the
-change to both trunk and branch yourself.  Indicate in the release
-branch commit log that there is no need to merge the commit to the
-trunk; start the commit message with "Backport:".  gitmerge.el will
-then exclude that commit from the merge to trunk.
+change to both trunk and branch yourself.  It could also happen that a
+change is cherry-picked from master to the release branch, and so
+doesn't need to be merged back.  In these cases, indicate in the
+release branch commit log that there is no need to merge the commit to
+the trunk; start the commit message with "Backport:".  gitmerge.el
+will then exclude that commit from the merge to trunk.
 
 
 ** Other process information