]> granicus.if.org Git - php/commitdiff
[ci skip] Ugh, whitespace
authorStanislav Malyshev <stas@php.net>
Tue, 31 Jul 2018 19:44:51 +0000 (12:44 -0700)
committerStanislav Malyshev <stas@php.net>
Tue, 31 Jul 2018 19:44:51 +0000 (12:44 -0700)
README.GIT-RULES

index 591b56b16232343a68f9455057b7b2bcf2160264..a2dfb6aeab91a604e1dbf53ef7c3afc900c830a8 100644 (file)
@@ -79,10 +79,10 @@ Currently we have the following branches in use::
 
 The next few rules are more of a technical nature::
 
-   1. All non-security bugfix changes should first go to the lowest bugfix 
-      branch (i.e. 7.1) and then get merged up to all other branches. 
-         All security fixes should go to the lowest security fixes branch (i.e 5.6).
-      If a change is not needed for ater branches (i.e. fixes for features 
+   1. All non-security bugfix changes should first go to the lowest bugfix
+      branch (i.e. 7.1) and then get merged up to all other branches.
+      All security fixes should go to the lowest security fixes branch (i.e 5.6).
+      If a change is not needed for ater branches (i.e. fixes for features
       which were dropped from later branches) an empty merge should be done.
 
    2. All news updates intended for public viewing, such as new features,