aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@users.noreply.github.com>2015-03-28 11:36:47 -0400
committerMike DePaulo <mikedep333@users.noreply.github.com>2015-03-28 11:36:47 -0400
commit4b0025d2dcb480867eef735704e5ffb93d712195 (patch)
treed5e06198f1547f596dc92e3025ca504b880d4891
parentadc4275119588031dc1ba9ce88c18ca5faa77ff6 (diff)
downloadvcxsrv-4b0025d2dcb480867eef735704e5ffb93d712195.tar.gz
vcxsrv-4b0025d2dcb480867eef735704e5ffb93d712195.tar.bz2
vcxsrv-4b0025d2dcb480867eef735704e5ffb93d712195.zip
Update README.md about new branch names
These branch names are based on the X2Go convention for branch names.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1d4e4f755..015a3be95 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,6 @@ You might be wondering why this repo and these builds exist. Why not upstream yo
#### Explanation of branches:
1. master - The upstream VcXsrv branch that upstream VcXsrv is built from. Currently on the 1.16.x version series.
-2. 1.15.2.x - the 1.15.2.x branch maintained by Arctica and X2Go.
-3. released - Upstream copies the released (or git) versions of the various packages into the released branch (and updates the packages.txt file at the root.) This branch contains 0 modifications to those packages. Upstream then uses git's merge feature to merge these packages updates/upgrades packages into master, where upstream does make modifications to those packages.
-4. released-1.15.2.x - same as released, but for 1.15.2.x rather than master.
+2. release/1.15.2.x - the 1.15.2.x branch maintained by Arctica and X2Go.
+3. release/external - Upstream copies the released (or git) versions of the various packages into this branch, which they call `released` . They then update the packages.txt file at the root. This branch contains 0 modifications to those packages. Upstream then uses git's merge feature to merge these packages updates/upgrades into master, where upstream does make modifications to those packages.
+4. release/external-1.15.2.x - same as `release/external`, but for `release/1.15.2.x` rather than `master`.