From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: Sync up the org in emacs master to org maint branch? Date: Thu, 02 Feb 2017 23:41:13 -0500 Message-ID: References: <87k29d7zvw.fsf@engster.org> <87fuk08i01.fsf@engster.org> <87d1f36xnc.fsf@engster.org> <87a8a4ees0.fsf@engster.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1486096925 4473 195.159.176.226 (3 Feb 2017 04:42:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2017 04:42:05 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: emacs-orgmode@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 03 05:42:02 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZVhC-000116-4s for ged-emacs-devel@m.gmane.org; Fri, 03 Feb 2017 05:42:02 +0100 Original-Received: from localhost ([::1]:60163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZVhH-0006fc-JA for ged-emacs-devel@m.gmane.org; Thu, 02 Feb 2017 23:42:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZVgi-0006fU-Fy for emacs-devel@gnu.org; Thu, 02 Feb 2017 23:41:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZVgf-0001EP-EM for emacs-devel@gnu.org; Thu, 02 Feb 2017 23:41:32 -0500 Original-Received: from [195.159.176.226] (port=51509 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZVgf-0001E7-7j for emacs-devel@gnu.org; Thu, 02 Feb 2017 23:41:29 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cZVgW-000866-TL for emacs-devel@gnu.org; Fri, 03 Feb 2017 05:41:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:Rz6ReOPydIBrPzAyvo8oxyRM7eA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:211909 gmane.emacs.orgmode:111884 Archived-At: > a process issue, and that "living in one Git repository" has just been an > implementation strategy to satisfy that process. While there can be good reasons to use separate repositories and/or branches, using a single repository&branch can also make a lot of sense. IIUC Google's in-house revision control system is basically single-repository/single-branch and holds "the world plus the kitchen sink" (except for some exceptions, mostly those few packages which are also exposed to the outside world and hence use another revision control system). If it ain't broken, don't fix it. Stefan