From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Git transition checklist Date: Wed, 8 Jan 2014 19:15:53 +0100 Message-ID: References: <20140108135200.8ECF9380834@snark.thyrsus.com> <87fvoy4hf0.fsf@bzg.ath.cx> <20140108161918.GB3877@thyrsus.com> <6ry52quzy8.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1389204959 10295 80.91.229.3 (8 Jan 2014 18:15:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2014 18:15:59 +0000 (UTC) Cc: Emacs development discussions To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 08 19:16:07 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W0xfe-00051N-80 for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 19:16:02 +0100 Original-Received: from localhost ([::1]:48261 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0xfd-0000E6-NX for ged-emacs-devel@m.gmane.org; Wed, 08 Jan 2014 13:16:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0xfa-0000DT-2A for emacs-devel@gnu.org; Wed, 08 Jan 2014 13:15:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0xfZ-0005u6-3H for emacs-devel@gnu.org; Wed, 08 Jan 2014 13:15:57 -0500 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:53168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0xfX-0005ts-Gv; Wed, 08 Jan 2014 13:15:55 -0500 Original-Received: by mail-lb0-f178.google.com with SMTP id c11so1539205lbj.23 for ; Wed, 08 Jan 2014 10:15:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NTtlowRQFA0jDi/38sL2gkHSH3P+snzaRPEyk3AdfBU=; b=NngRlM4fR6ssrnI7FkXIhZxAjPirzcHh6dvVsAuzPs5md4PrNgDjmW7FW5mpMwR5JQ B23FT5/Dg8acll5mNb7MR1nND6fYtSbtcRft7itSUJriw2VZdF9jXCRqSm8UeazFiyBx KWox86OKGCIOk3T4G+IvMs6cmZO4bf68wvDz7Aia5ODqp0Yo54VrjoALaXEOz3D8isdr z/BPqjhfU/+b2sFmgDjkl+7pHiyPpOxOhgmbH5ieHulZrnqDX4R2wdmHKfKL02lg6bSN FEQXnh7i9+fifKR+NQwW40oBd3PdtmYrHUI45oquWJYUt4WyV2MSLmkQH5sKMkdghLBL lCSQ== X-Received: by 10.112.209.101 with SMTP id ml5mr5384838lbc.70.1389204954003; Wed, 08 Jan 2014 10:15:54 -0800 (PST) Original-Received: by 10.114.29.105 with HTTP; Wed, 8 Jan 2014 10:15:53 -0800 (PST) In-Reply-To: <6ry52quzy8.fsf@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167768 Archived-At: > I hope that the end result of a move to Git would be one repo in which > elpa is a branch, rather than than two repos that exist at present > (git.savannah.gnu.org/emacs.git and git.savannah.gnu.org/emacs). AFAIK, elpa contains stuff that is not in the "core" repository (and vice-versa). If I'm right, I don't see the benefit of making elpa a branch in a repository where there is no common history to share. -- Dani Moncayo