]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/BACKPORTS: close parenthesis
authorMariano Giménez <marianosgimenez@gmail.com>
Fri, 2 Feb 2024 16:02:35 +0000 (17:02 +0100)
committerhulkoba <jacoba@neighbourhood.ie>
Wed, 27 Mar 2024 05:53:42 +0000 (06:53 +0100)
docs/BACKPORTS.md

index 6fbb57dd88f0311face54b22347c5f05a5b7789b..4e67bba787fe942c48b6cb36c584d91109acb717 100644 (file)
@@ -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.