]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add note about branches to README
authorKarel Zak <kzak@redhat.com>
Fri, 24 Feb 2017 13:19:04 +0000 (14:19 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 24 Feb 2017 13:19:04 +0000 (14:19 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
README

diff --git a/README b/README
index 24b2376ac4658253fe605ae61fde7cd0e0225247..803f5dd9cf74a9a4efe221d7a8b3f3e8811613ce 100644 (file)
--- a/README
+++ b/README
@@ -28,14 +28,22 @@ BUG REPORTING:
 
 SOURCE CODE:
 
-      See also Documentation/howto-contribute.txt.
+      See also Documentation/howto-contribute.txt
+               Documentation/source-code-management.txt
 
       Web interface:
           http://git.kernel.org/cgit/utils/util-linux/util-linux.git
           https://github.com/karelzak/util-linux
+
       Checkout:
           git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux
 
+      Note that GitHub repository may contain temporary development branches too.
+
+      The kernel.org repository contains master (current development) and stable/*
+      (maintenance) branches only. All master or stable/* changes are always pushed
+      to the both repositories in the same time.
+
 
 NLS (PO TRANSLATIONS):