emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git transition checklist


From: Stefan Monnier
Subject: Re: Git transition checklist
Date: Wed, 08 Jan 2014 16:07:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

>  . I think we should discuss some more how to work with the
>    development trunk and the release branch in parallel, and reflect
>    the results of the discussion in the Wiki.

Right, there's also the bzrmerge.el thingy that needs to be ported to Git.

>    So perhaps we should find a way of having two separate branches,
>    such that switching between them does not require a build if
>    nothing changed.

Currently, you'll be better off not using "colocated branches" but two
separate Git trees.  To the extent that most .el files will change
between the two branches, a "git checkout" will be followed by a the
equivalent of a full bootstrap (and will probably always require "make
bootstrap" when switching from the release branch to the trunk).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]