From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: Newer commits on the git repo Date: Thu, 13 Nov 2014 10:06:48 -0600 Message-ID: <871tp76q5j.fsf@ktab.red-bean.com> References: Reply-To: Karl Fogel NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415894843 12902 80.91.229.3 (13 Nov 2014 16:07:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 16:07:23 +0000 (UTC) Cc: Emacs development discussions , Dani Moncayo To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 17:07:17 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 1XowvU-0007m8-NZ for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 17:07:16 +0100 Original-Received: from localhost ([::1]:60734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowvU-0004YG-7n for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 11:07:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XowvA-0004Y9-PY for emacs-devel@gnu.org; Thu, 13 Nov 2014 11:07:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xowv5-0008PZ-4Z for emacs-devel@gnu.org; Thu, 13 Nov 2014 11:06:56 -0500 Original-Received: from mail-ig0-x234.google.com ([2607:f8b0:4001:c05::234]:53034) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xowv4-0008PV-Sv for emacs-devel@gnu.org; Thu, 13 Nov 2014 11:06:51 -0500 Original-Received: by mail-ig0-f180.google.com with SMTP id h3so5288301igd.1 for ; Thu, 13 Nov 2014 08:06:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:reply-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=c38k1awcg1EVrgEWw0qPECCbppjeWK+/l97OsXblQt0=; b=XcwPx2qqWeVvpghJ4i8t0/pmnubFuJVNNSURb7rL2Sw8Xlfq52XV45FVSPMR0eZUGy fFFFcDs4NKPDtMGQfyjanLpIxpvlx1OB18eTMbtUO9UymXSwj9x1QiSCs++YYIs7ir5i 2d48SgeOm0+HgOiqh/Ms6bmohBz29wkJpY4cMxlUrMP9MyZekLhTgFxy5fS+0q+52ayr iOb4rAYNChUB7iSBNRwf3LRH56pYzB4VVkpLmKJUVjkKL8o33PUw8luQVTB2jZtVKb6Y KNXeu2SdnUTx1YdXu7qvrPwIi+WQIM9VLrc1aJ+TEzvQW53an8wXPi9Xfxl9JAJGoKML iU1g== X-Received: by 10.107.47.89 with SMTP id j86mr3719319ioo.32.1415894810509; Thu, 13 Nov 2014 08:06:50 -0800 (PST) Original-Received: from ktab.red-bean.com (74-92-190-113-Illinois.hfc.comcastbusiness.net. [74.92.190.113]) by mx.google.com with ESMTPSA id 42sm13017733iok.29.2014.11.13.08.06.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 08:06:49 -0800 (PST) In-Reply-To: (Andreas Schwab's message of "Thu, 13 Nov 2014 16:54:31 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::234 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:176936 Archived-At: Andreas Schwab writes: >Dani Moncayo writes: >> Also, I've cloned the repo like this: >> git clone http://git.savannah.gnu.org/cgit/emacs.git >You should use http://git.savannah.gnu.org/r/emacs.git instead. For those of us not keeping score at home, can you explain what the "r" is? Or rather, what's the difference between Lars' recommendation of $ git clone git://git.savannah.gnu.org/emacs.git for non-developers and your recomemndation of $ git clone http://git.savannah.gnu.org/r/emacs.git for Dani just now? Is it just that one is git:// and the other is http:// ? (I'm wondering if "git://git.savannah.gnu.org/emacs.git" is for those who don't have commit-er-I-mean-push access, then what's the right Git URL for those who do have commit access? I'm sure someone posted the answer at some point on this list, but it's buried in a thousand emails, and the Savannah front page hasn't been updated yet.) Best, -Karl