summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2019-05-17 18:36:15 +0100
committerSami Kerola <kerolasa@iki.fi>2019-05-17 18:36:15 +0100
commitcf7cacc8ae2b00b084c19933ec179bc35ec1493f (patch)
treeb8cb00622950314dc1c42385754150dfcd9f72fc
parent18bf757af41139cefb5617c5af59be38a5496d38 (diff)
downloadiputils-cf7cacc8ae2b00b084c19933ec179bc35ec1493f.tar.gz
docs: add note about upstream branches
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--Documentation/README.maintainer9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/README.maintainer b/Documentation/README.maintainer
index 1aaf688..22a397f 100644
--- a/Documentation/README.maintainer
+++ b/Documentation/README.maintainer
@@ -59,3 +59,12 @@ Upload the .asc files to release as additional files. The release should be
ready. People tend to react to releases, so expect bug reports and pull
requests after release. Assuming release has fatal flaw(s) make another one
sometime soon.
+
+# Branches in git
+
+The upstream repository has exactly one branch and it is `master`. If a
+maintainer wants to use work in progress branches they need to be kept in
+personal clone. There are two reasons to do this. For contributors it is
+nice not to see random branches when cloning upstream repo. Secondly when
+maintainer wants to add a contributor repo as additional remote it is easier
+to see what is going on there.