From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Emacs Mac port Date: Wed, 01 Apr 2015 09:06:30 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <86pp7patzw.fsf@dod.no> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1427846816 23529 80.91.229.3 (1 Apr 2015 00:06:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 1 Apr 2015 00:06:56 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 01 02:06:51 2015 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 1Yd6BG-0005tp-G8 for ged-emacs-devel@m.gmane.org; Wed, 01 Apr 2015 02:06:50 +0200 Original-Received: from localhost ([::1]:41017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd6BF-0004bx-AW for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2015 20:06:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd6B7-0004bf-Vs for emacs-devel@gnu.org; Tue, 31 Mar 2015 20:06:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yd6B3-0001i0-Lr for emacs-devel@gnu.org; Tue, 31 Mar 2015 20:06:41 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:64147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yd6B3-0001hM-6M for emacs-devel@gnu.org; Tue, 31 Mar 2015 20:06:37 -0400 Original-Received: from fermat1.math.s.chiba-u.ac.jp (fermat [192.168.32.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id D9C06C055D for ; Wed, 1 Apr 2015 09:06:30 +0900 (JST) In-Reply-To: <86pp7patzw.fsf@dod.no> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 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:184681 Archived-At: >>>>> On Tue, 31 Mar 2015 20:42:43 +0200, Steinar Bang said: >>>>> Sam Steingold : >> why is this not in the official tree? > I'm guessing because the emacs git master was rebased after it had > been merged into the mac git, so they are seeing some of the bad > side effects of repeated merges of rebased commits: duplicate > history log entries Actually I don't understand what "the emacs git master was rebased" means exactly, maybe because I'm very new to git. The Mac port git repository I published was first constructed on top of a clone of the Emacs git repository as of January 2015. I'm adding (a pushable copy of) the Mac port git repository as a "git remote" onto the clone of the Emacs repository created with the instructions in admin/notes/git-workflow. $ git remote -v emacs-mac localhost:src/emacs-mac.git (fetch) emacs-mac localhost:src/emacs-mac.git (push) origin git://git.savannah.gnu.org/emacs.git (fetch) origin git://git.savannah.gnu.org/emacs.git (push) YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp