From: Mariano Giménez Date: Fri, 2 Feb 2024 16:02:35 +0000 (+0100) Subject: docs/BACKPORTS: close parenthesis X-Git-Tag: v256-rc1~157^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101c4ff939a83263b77ae440cfbf4fd37c4048f7;p=thirdparty%2Fsystemd.git docs/BACKPORTS: close parenthesis --- diff --git a/docs/BACKPORTS.md b/docs/BACKPORTS.md index 6fbb57dd88f..4e67bba787f 100644 --- a/docs/BACKPORTS.md +++ b/docs/BACKPORTS.md @@ -22,4 +22,4 @@ The following types of commits are cherry-picked onto those branches: * hardware database additions, especially the keymap updates * small non-conflicting features deemed safe to add in a stable release -Please try to ensure that anything backported to the stable repository is done with the `git cherry-pick -x` option such that text stating the original SHA1 is added into the commit message. This makes it easier to check where the code came from (as sometimes it is necessary to add small fixes as new code due to the upstream refactors that are deemed too invasive to backport as a stable patch. +Please try to ensure that anything backported to the stable repository is done with the `git cherry-pick -x` option such that text stating the original SHA1 is added into the commit message. This makes it easier to check where the code came from (as sometimes it is necessary to add small fixes as new code due to the upstream refactors) that are deemed too invasive to backport as a stable patch.