all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
To: emacs-devel@gnu.org
Subject: Re: dynamic modules progress
Date: Tue, 09 Jun 2015 10:09:47 -0500	[thread overview]
Message-ID: <85a8w8c404.fsf@stephe-leake.org> (raw)
In-Reply-To: <jwvoakqnylf.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon, 08 Jun 2015 09:01:59 -0400")

Stefan Monnier <monnier@IRO.UMontreal.CA> 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	other threads:[~2015-06-09 15:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-15 14:36 dynamic modules progress Stephen Leake
2015-06-05  9:17 ` Stephen Leake
2015-06-05 15:11   ` Stefan Monnier
2015-06-08  1:22     ` Stephen Leake
2015-06-08  2:37       ` Stephen J. Turnbull
2015-06-08 13:01       ` Stefan Monnier
2015-06-09 15:09         ` Stephen Leake [this message]
2015-06-09 15:45           ` Eli Zaretskii
2015-06-05 15:12   ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85a8w8c404.fsf@stephe-leake.org \
    --to=stephen_leake@stephe-leake.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.