From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonas Bernoulli Newsgroups: gmane.emacs.devel Subject: Re: Using Git to manage your Emacs changes Date: Fri, 9 Apr 2010 00:43:49 +0200 Message-ID: References: <87eiir3rx5.fsf@master.homenet> <878w8zq9rc.fsf@tux.homenetwork> <176F7809-3090-4664-BFFF-84F25DDD9F10@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1270766659 8499 80.91.229.12 (8 Apr 2010 22:44:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 22:44:19 +0000 (UTC) Cc: emacs-devel@gnu.org, Thierry Volpiatto To: John Wiegley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 09 00:44:17 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 1O00SN-0000cg-0C for ged-emacs-devel@m.gmane.org; Fri, 09 Apr 2010 00:44:15 +0200 Original-Received: from localhost ([127.0.0.1]:36946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O00SM-0004jy-GR for ged-emacs-devel@m.gmane.org; Thu, 08 Apr 2010 18:44:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O00SH-0004jt-48 for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:44:09 -0400 Original-Received: from [140.186.70.92] (port=57153 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O00SF-0004jl-TF for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:44:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O00SE-0004Di-8F for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:44:07 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:36753) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O00SD-0004DU-WF for emacs-devel@gnu.org; Thu, 08 Apr 2010 18:44:06 -0400 Original-Received: by wwf26 with SMTP id 26so634512wwf.0 for ; Thu, 08 Apr 2010 15:44:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:received:message-id :subject:to:cc:content-type; bh=/Ylf0waMN4pSuffRSnhqHR7kIHKAU5zRpY0cbnMRh9w=; b=E285R8Pw8kvvUxDo880oym51vX7L2GI50ReKa6+VSe+WlyhEjem8fyMLzbv1fNdjj2 BBonY/iLnPw3f5kma9P96Q68y/jHfpSBHTpo6eX/JUOiwOhMIY0eCzDC0x+91PoX/LTY KpsZmpq9gv29IpjYMG17O4+oGrCfYayBqdUE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=cqlXFlACwQBzOiVTNTbFV8C78ghSQfbl6hCVUOGBQupD6c/TL2GyeJ+Z+iyS9+WICr cg+X+m61Ckf0xL7mXGfCDKPuSafRXkMcWbLANiR2LrKmY9ZKEaDtblpdBysMQty+hRDD ioVgYKw7/N+Ta2l0unNnZXbGWdEMzV1ktspI4= Original-Received: by 10.216.59.203 with HTTP; Thu, 8 Apr 2010 15:43:49 -0700 (PDT) In-Reply-To: <176F7809-3090-4664-BFFF-84F25DDD9F10@gmail.com> X-Google-Sender-Auth: 9c53939ada20b8f9 Original-Received: by 10.216.164.21 with SMTP id b21mr388247wel.46.1270766644150; Thu, 08 Apr 2010 15:44:04 -0700 (PDT) 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:123365 Archived-At: On Fri, Apr 9, 2010 at 00:27, John Wiegley > I'm not sure how often the GitHub emacs mirror updates itself. If you are talking about http://github.com/emacsmirror/emacs: Less often than http://repo.or.cz/w/emacs.git. I simply pull the changes from or.cz and push to github.com. Usually I do that daily or more often but sometimes I miss a day. -- Jonas