summaryrefslogtreecommitdiffstats
path: root/Documentation/user/barebox.rst
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2016-09-22 19:14:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-26 08:06:30 +0200
commitc43d8ac0d8b86d2ef28b83e97ba6392564d89795 (patch)
tree6d2ac6c9ba9d951d11fee0e988dfa071bfed5d98 /Documentation/user/barebox.rst
parent8b07b925ac4c40d1f8d81db71ad1be3af6769263 (diff)
downloadbarebox-c43d8ac0d8b86d2ef28b83e97ba6392564d89795.tar.gz
barebox-c43d8ac0d8b86d2ef28b83e97ba6392564d89795.tar.xz
Documentation: clarify that patches should target the master branch.
I asked Sascha if he still prefers patches against 'next', and it turned out that this is not true any more and patches should be sent against master. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/user/barebox.rst')
-rw-r--r--Documentation/user/barebox.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 32cec3d97c..1203c10cd1 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -28,9 +28,11 @@ can be checked out as follows:
Checking connectivity... done.
Checking out files: 100% (5651/5651), done.
-After this, make sure to check out the appropriate branch. If you want to
-develop for barebox, it's best to check out the ``next`` branch rather than
-the ``master`` branch:
+By default, the master branch is checked out. If you want to develop for
+barebox, this is the right branch to send patches against.
+
+If you want to see which patches are already selected for the next release,
+you can look at the ``next`` branch:
.. code-block:: sh