From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Apologia for bzr Date: Fri, 03 Jan 2014 19:05:51 +0100 Message-ID: <87wqihrlds.fsf@engster.org> References: <87fvp6bdd9.fsf_-_@ktab.red-bean.com> <83wqiixqbb.fsf@gnu.org> <20140102172804.GB13245@thyrsus.com> <83vby2xo6x.fsf@gnu.org> <20140102183432.GB13506@thyrsus.com> <83sit6xgfg.fsf@gnu.org> <8761q18kni.fsf@thinkpad.tsdh.org> <838uuxxsxu.fsf@gnu.org> <20140103174534.GC17261@thyrsus.com> <8761q1x82k.fsf@ktab.red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1388772369 991 80.91.229.3 (3 Jan 2014 18:06:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2014 18:06:09 +0000 (UTC) Cc: "Eric S. Raymond" , Eli Zaretskii , emacs-devel@gnu.org, Tassilo Horn To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 19:06:12 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 1Vz98O-0006F1-C3 for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 19:06:12 +0100 Original-Received: from localhost ([::1]:51114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz98N-0005nb-Kz for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2014 13:06:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz98E-0005nB-Mz for emacs-devel@gnu.org; Fri, 03 Jan 2014 13:06:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz988-0002sX-P8 for emacs-devel@gnu.org; Fri, 03 Jan 2014 13:06:02 -0500 Original-Received: from randomsample.de ([5.45.97.173]:51323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz988-0002sG-E1; Fri, 03 Jan 2014 13:05:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=IT06H8JODVFuGBOwf/CevYu1jjs68Y/pZTN0nf1zal0=; b=g7X4EWfHB3AvpYHgd95Ynz6X62jqG49lF1MI7b9+rhbAk3vJhpHZ2kP3mHuF7d/IKixVpG/HA7QdA6dKjByTaeLHnFRh/w4Y2HfcgfXRp0UFnU8w7yMc+vgEIZqeO5Sa; Original-Received: from dslc-082-083-037-010.pools.arcor-ip.net ([82.83.37.10] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1Vz985-0008SY-TL; Fri, 03 Jan 2014 19:05:54 +0100 In-Reply-To: <8761q1x82k.fsf@ktab.red-bean.com> (Karl Fogel's message of "Fri, 03 Jan 2014 11:56:51 -0600") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: Karl Fogel , "Eric S. Raymond" , Eli Zaretskii , Tassilo Horn , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 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:167205 Archived-At: Karl Fogel writes: > Right now, two of the biggest sources of hacking energy in the > Emacsosphere are in git repositories separate from Emacs' own bzr > repository: Org Mode and Gnus. Our switching to git will help reduce at > least the degree of separation. In what way? They are still different repositories; just because they are both using git does not magically make things easier. Unless of course you propose to include Gnus and Org as a submodule, which would make sense, but is difficult to pull off. -David