From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: New Git repository is up. Date: Thu, 13 Nov 2014 15:01:34 +0900 Organization: Emacsen advocacy group Message-ID: References: <20141113031255.GA21938@thyrsus.com> <5464317A.7090001@cs.ucla.edu> <20141113050153.GA25055@thyrsus.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1415858531 3029 80.91.229.3 (13 Nov 2014 06:02:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 06:02:11 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Eric S. Raymond Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 07:02:04 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 1XonTo-00036O-IS for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 07:02:04 +0100 Original-Received: from localhost ([::1]:57925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XonTo-0003lr-5E for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 01:02:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XonTX-0003lm-JD for emacs-devel@gnu.org; Thu, 13 Nov 2014 01:01:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XonTS-0007Ck-O0 for emacs-devel@gnu.org; Thu, 13 Nov 2014 01:01:47 -0500 Original-Received: from mail-hampton.hostforweb.net ([205.234.186.191]:60633 helo=hampton.hostforweb.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XonTS-00074F-Jx for emacs-devel@gnu.org; Thu, 13 Nov 2014 01:01:42 -0500 Original-Received: from localhost.localdomain ([127.0.0.1]:40644 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.82) (envelope-from ) id 1XonTK-0010KP-UB; Thu, 13 Nov 2014 00:01:35 -0600 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130012 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.12) Emacs/25.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:5D38M8d99dWWSOWCOO84eQjallI= X-OutGoing-Spam-Status: No, score=-0.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: yamaoka X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-Received-From: 205.234.186.191 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:176877 Archived-At: On Thu, 13 Nov 2014 00:01:53 -0500, Eric S. Raymond wrote: > Paul Eggert : >> Thanks a lot for doing the conversion. >> >> A problem I noticed: the last two commits in the trunk bzr (118359 >> and 118360) are not in the git master branch. Similarly, the last >> commit in the emacs-24 bzr (117703, a backport) is not in the git >> emacs-24 branch. Perhaps one last pass to apply these last-second >> bzr changes to the git version? Or should we ask the authors of >> those patches to reapply them? > That "last pass" would cost a minimum of temn hours of repo downtime. > I'm willing to do that if we find problems with the converted history > that have to be surgically corrected, but fotr this it would be less > work to just grab the patches from bzr and apply them. > Sorry. I suspect I dropped those two commits while I was trying to > bring the transition-day patch up to date. No problem. I've repushed those two changed to the git repos. I also have performed diff with the old bzr and the new git repos for the trunk and the emacs-24 branch, and confirmed there are no significant difference in the source codes. Thanks for your great work. Regards,