Replace 'devel' with 'master'
commit6bf64a43543014be9f055abcf291b46a28272851
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Nov 2012 19:26:35 +0000 (30 13:26 -0600)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Nov 2012 19:26:38 +0000 (30 13:26 -0600)
treed1032b872bc05863b88e16c70658e9c159d9521e
parent7c1d9831e7110d10b27317a4c49730388b9f7674
Replace 'devel' with 'master'

As discussed on the msysGit mailing list, we switched from the
two-integration branch workflow to a single one.

The original idea of having 'devel' and 'master' as two separate
integration branches was to let 'devel' be rebased all the time while
'master' *must* fast-forward always.

However, it turned out that such a maintainership style falls on its face
when there are more than a single maintainer, so we had to invent the
merging rebase strategy: it allows us to rebase but fast-forward at the
same time. It does so by faking a merge when going back to a clean
upstream revision and re-applying all the patches.

Since that distinction between 'devel' and 'master' is now obsolete, we
can just do away with 'devel'. It has served us well and deserves to be
retired now. May it rest in peace.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/WinGit/HowToRelease.txt
share/msysGit/merging-rebase.sh
share/msysGit/net/release.sh
share/msysGit/net/setup-msysgit.sh
share/msysGit/rebasing-merge.sh