]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: mark some branches as github-only
authorKarel Zak <kzak@redhat.com>
Wed, 24 Jun 2020 14:38:03 +0000 (16:38 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 24 Jun 2020 14:38:28 +0000 (16:38 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/howto-contribute.txt

index 206ff582cb1e00105c829bc87b0dff7860d561ec..0fba4580bba3043583bc81ecf5dadae05e8861d1 100644 (file)
@@ -53,10 +53,13 @@ Repositories & Branches
 
        * Branches:
 
-         master        - development for the next release
-         next          - optionally used when master branch is frozen due to -rcN releases
-         topic/*       - long time development
-         stable/*      - stable maintenance releases
+         master   - development for the next release
+         stable/* - stable maintenance releases
+
+         Github only:
+
+         next     - optionally used when master branch is frozen due to -rcN releases
+         topic/*  - long time development
 
 Patching Process