From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Using Git to manage your Emacs changes Date: Thu, 8 Apr 2010 18:27:40 -0400 Message-ID: <176F7809-3090-4664-BFFF-84F25DDD9F10@gmail.com> References: <87eiir3rx5.fsf@master.homenet> <878w8zq9rc.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1270765715 5450 80.91.229.12 (8 Apr 2010 22:28:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 22:28:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 09 00:28:34 2010 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 1O00D7-0002N7-Vp for ged-emacs-devel@m.gmane.org; Fri, 09 Apr 2010 00:28:30 +0200 Original-Received: from localhost ([127.0.0.1]:59487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O00D7-000383-A3 for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 18:28:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O00CR-0002Lr-QG for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:27:47 -0400 Original-Received: from [140.186.70.92] (port=58565 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O00CQ-0002KQ-GV for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:27:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O00CO-0001xb-NG for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:27:46 -0400 Original-Received: from mail-yx0-f203.google.com ([209.85.210.203]:37252) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O00CO-0001xU-KN for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:27:44 -0400 Original-Received: by yxe41 with SMTP id 41so3010403yxe.14 for ; Thu, 08 Apr 2010 15:27:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=5/MEPUlUI0lHjUGbTZWpnIWNYVQY4VtwyL3B08BZMR8=; b=OiOu35bqc+qjbuekS1enoTclYj/T7hzPPFeG1kXBkYoVkqlX7WHIvHe6AO56czPNqa sNoJVowUaZvZseat4SvSOunoAbqOT5j4rZBHuafFuAnL2q7Suj755OZ1OiozAiwKV5ek uSgGF6bm6xcs7g6WHEGNEaljeavvo8gMubUMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=jk9q385a5VXtF9BgGC5YO80xYhgxiGxqEGDoKkQum9RwDGTEbqXbaR+lkdCuoF1t10 Me6MpEofeMhLrVYbcPQjVRZ/LEtnN0oETmgiLFQxcUMGRIJLL/nMEzkG8aLsepz+Em1U jmvUtq4yan9YJuNKIDplB3Mg9IzRexN2sWM28= Original-Received: by 10.150.213.2 with SMTP id l2mr925280ybg.108.1270765663438; Thu, 08 Apr 2010 15:27:43 -0700 (PDT) Original-Received: from [192.168.9.141] (pool-74-105-230-191.nwrknj.fios.verizon.net [74.105.230.191]) by mx.google.com with ESMTPS id 4sm136450yxd.70.2010.04.08.15.27.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Apr 2010 15:27:42 -0700 (PDT) In-Reply-To: <878w8zq9rc.fsf@tux.homenetwork> X-Mailer: Apple Mail (2.1078) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:123363 Archived-At: On Apr 7, 2010, at 4:37 PM, Thierry Volpiatto wrote: > Why not using a stack of patchs like stgit or mercurial qpatchs. > You can then apply these patchs to bzr repo. I don't see how stgit improves anything. Also, I'm using git-bzr = because I need to fetch the mirrored commits back into Git immediately = after pushing, and I'm not sure how often the GitHub emacs mirror = updates itself. John=