Moving the git master branch

Eric Blake eblake@redhat.com
Thu May 28 14:41:00 GMT 2015


On 05/28/2015 03:47 AM, Corinna Vinschen wrote:
> Hi guys,
> 
> 
> a few weeks ago I made a mistake.  I made Cygwin changes on the master
> branch which were not ready for prime time and are still pretty much
> experimental and may actually *never* make it into the release.
> 
> Since we needed a bugfix release, I created a branch to take out the
> questionable changes.  But rather than keeping the changes on an
> experimental branch and cut the release from master, I made a release
> branch called "cygwin-2.0".
> 
> This leads to the unfortunate situation that I have to merge all
> changes from "master" into "cygwin-2.0" all the time.
> 
> So, since the difference between master and cygwin-2.0 is only the
> experimental changeset, what I'd *like* to do is to rename "master"
> to "cygwin-acl" and "cygwin-2.0" to "master":
> 
>   git branch -m master cygwin-acl
>   git branch -m cygwin-2.0 master
>   git push -f origin master
>   git push -f origin cygwin-acl

Seems reasonable.

> 
> The only downside, as far as I can see, is that the two newlib snapshot
> tags
> 
>   newlib-snapshot-20150423
>   newlib-snapshot-20150323
> 
> are then on the "cygwin-acl" branch rather than on master.  I guess this
> could be easily rectified as well by dropping the tags and recreating
> them on the master branch.  The differences don't affect newlib or
> libgloss anyway.

I'd leave the tags alone.  They don't affect anything being on a branch,
and it is better to leave them on the actual commit that was used, even
if the newlib content is identical to some other commit on a different
branch.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://sourceware.org/pipermail/newlib/attachments/20150528/61a24c5e/attachment.sig>


More information about the Newlib mailing list