summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/index.html b/index.html
index 8e1ec4e..d9e2ee1 100644
--- a/index.html
+++ b/index.html
@@ -590,9 +590,21 @@ USE_OSGPLUGIN(<plugin2>)
<li>
When in doubt, "master" is used rather than "stable".
</li>
+ </ul>
+
+ <p>
+ And this is how the branches relete to each other:
+ </p>
+
+ <ul class="compact-list">
+ <li>
+ Every change to the "stable" branch
+ will be merged into "master".
+ </li>
<li>
- After a successful testing phase, the whole "master"
- branch will be merged into "stable" (fast-forward).
+ After a successful testing phase,
+ the "stable" branch
+ will be fast-forwarded to "master".
</li>
</ul>
</div>