From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Workflow to accumulate individual changes? Date: Wed, 30 Dec 2009 22:37:04 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262209121 26873 80.91.229.12 (30 Dec 2009 21:38:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Dec 2009 21:38:41 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 30 22:38:34 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NQ6FW-0002G0-9J for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 22:38:34 +0100 Original-Received: from localhost ([127.0.0.1]:54870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ6FW-0002o4-Hr for ged-emacs-devel@m.gmane.org; Wed, 30 Dec 2009 16:38:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQ6EU-0002Bj-KI for emacs-devel@gnu.org; Wed, 30 Dec 2009 16:37:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQ6EQ-0002A3-Sq for emacs-devel@gnu.org; Wed, 30 Dec 2009 16:37:30 -0500 Original-Received: from [199.232.76.173] (port=45364 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQ6EQ-00029y-OX for emacs-devel@gnu.org; Wed, 30 Dec 2009 16:37:26 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:52240) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQ6EQ-0007aO-EA for emacs-devel@gnu.org; Wed, 30 Dec 2009 16:37:26 -0500 Original-Received: by bwz7 with SMTP id 7so8558252bwz.26 for ; Wed, 30 Dec 2009 13:37:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=y4J1ZHTzmYsRnAb6z0aElQGsgYD/3iYSvGQtb74Rw4Y=; b=rT4+9cAlwAfJwIOCdxgiKywvmaufbCaoqHkLP4zu8wEooE+Yrz2EqD3y3bbcNaR0ka MtXPDAKzrJ993f63rCBVtI5ZGyUVi8wliApDIP4/0LF7bnl2zit2dA0T2RGuUKNfgZq7 obdjeIfry3iQUaUYKe2ARirhG/dF5TpsNWQK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=OG1Ykht7+CyWojRN8fkhws96VZ3h2D3vGlbeao4+v/PbKZPHmU0BjbLbMaLYh8Ea9i hoMOB+gpg4HogoigqtsnoDTpubL3zyzz8hy1vMuixswj4rGs0pKOH/Zh3ETP8HqL4XW3 yF8+6gmcOo2Rza2T3wiNKfirjef1NJ0869GjQ= Original-Received: by 10.204.34.10 with SMTP id j10mr3791368bkd.77.1262209044221; Wed, 30 Dec 2009 13:37:24 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119076 Archived-At: On Wed, Dec 30, 2009 at 22:34, Juanma Barranquero wrote: > bootstrap[1] anew. So I'd like to accumulate the changes into a single I forgot the note, so: [1] What does people do to create new branches and not having to do a full bootstrap? A recursive copy of all *.o and *.elc files in the parent branch? I know there's a plugin that helps with git-style colocated branches, but I'm asking about using normal branches. Juanma