emacs-devel
[Top][All Lists]
Advanced

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

Re: dynamic modules progress


From: Stephen Leake
Subject: Re: dynamic modules progress
Date: Tue, 09 Jun 2015 10:09:47 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt)

Stefan Monnier <address@hidden> writes:

>>> Also, we currently have branches "dynamic-modules" and
>>> "dynamic-modules-rc2", and I don't think we need to keep old branches
>>> that have been superseded, so feel free to consolidate them.
>>
>> does "consolidate" mean "delete" here?
>
> Could be.  I can't remember enough of the details to know what needs to
> be kept.

We should port the modules examples from dynamics-modules to
dynamic-modules-2; after that, there will be no code in dynamic-modules
or dynamic-modules-rc2 that is relevant to dynamic-modules-2, so those
branches can simply be deleted.

Which leaves the git question; what is the magic incantation for
deleting a branch?

from the git man pages, it appears we need:

cd emacs/master
git pull
git branch -D dynamic-modules
git branch -D dynamic-modules-rc2
git push

Is that correct for Emacs git?

-- 
-- Stephe



reply via email to

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