From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Using Git to manage your Emacs changes Date: Wed, 21 Apr 2010 12:30:18 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87aaswaf2t.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271871045 22711 80.91.229.12 (21 Apr 2010 17:30:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2010 17:30:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 21 19:30:41 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O4dl1-0003k4-Do for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 19:30:39 +0200 Original-Received: from localhost ([127.0.0.1]:53599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4dl0-0004qB-U3 for ged-emacs-devel@m.gmane.org; Wed, 21 Apr 2010 13:30:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4dku-0004ls-K6 for emacs-devel@gnu.org; Wed, 21 Apr 2010 13:30:32 -0400 Original-Received: from [140.186.70.92] (port=41646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4dks-0004hy-S6 for emacs-devel@gnu.org; Wed, 21 Apr 2010 13:30:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4dkr-0005wf-HP for emacs-devel@gnu.org; Wed, 21 Apr 2010 13:30:30 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:39088) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4dkr-0005wO-Bd for emacs-devel@gnu.org; Wed, 21 Apr 2010 13:30:29 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4dkp-0003Zn-S8 for emacs-devel@gnu.org; Wed, 21 Apr 2010 19:30:27 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2010 19:30:27 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Apr 2010 19:30:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:Edrz7fDyNWSxUqYi10zE5F5dd1E= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123994 Archived-At: On Wed, 7 Apr 2010 15:32:04 -0400 David Reitter wrote: DR> On Apr 7, 2010, at 3:23 PM, John Wiegley wrote: >> If anyone here is like me and can't stand Bzr's interface/lack-of-speed due to comfort with Git, there is a *somewhat* more palatable solution: >> >> 1. Install git-bzr (http://github.com/pieter/git-bzr). DR> What about the reliable, simple, wonderful git mirror at http://repo.or.cz/w/emacs.git ? How reliable is it WRT recent commits? Do they show up quickly or is there a manual process? We're just discussing something similar concerning Gnus <-> Emacs synchronization so this could help us. Thanks Ted