renamed branch "master" to "master-old-20170124" and use branch release-3.0.x as new "master"

-- this is done by doing a merge commit with "ours" strategy which obsoletes
   the branch.

these are the steps I did:

git branch -m master master-old-20170124
git branch master release-3.0.x
git checkout master
git merge -s ours master-old-20170124
revert-dabc3590
Rasika Perera 8 years ago
commit 372f33bf50

Diff Content Not Available