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: Git mirrors Date: Wed, 12 Oct 2011 13:58:49 -0500 Message-ID: References: <8762k095n4.fsf@lifelogs.com> <871uuksdxi.fsf@lifelogs.com> <83lissxj9a.fsf@gnu.org> <87k48by7ex.fsf@lifelogs.com> <83sjmywqc6.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318445944 21386 80.91.229.12 (12 Oct 2011 18:59:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 18:59:04 +0000 (UTC) Cc: Lars Ingebrigtsen , cloos@jhcloos.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 12 20:59:00 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RE414-00044i-Rk for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 20:58:58 +0200 Original-Received: from localhost ([::1]:51564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE414-0002QL-I5 for ged-emacs-devel@m.gmane.org; Wed, 12 Oct 2011 14:58:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:35176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE410-0002Pw-Qd for emacs-devel@gnu.org; Wed, 12 Oct 2011 14:58:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE40z-0003Od-TI for emacs-devel@gnu.org; Wed, 12 Oct 2011 14:58:54 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:48764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE40y-0003OA-Ju; Wed, 12 Oct 2011 14:58:52 -0400 Original-Received: by iagj37 with SMTP id j37so417681iag.0 for ; Wed, 12 Oct 2011 11:58:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=h4/nYbBfZ5dCcQYmBwbtGWmFDS7NPsQPqUohaBt5GDQ=; b=d1iZcO2m3ISAfoLny9f3TcPmmI0pd3V408GddxZJfFjjPuURmjdtYlhUcFTADDkG26 kFHMFZqRupjlhS/chYFdtEGbUU0riJ8cMqcBzEsCPr2EeODJ4IDuMRBr2oLNQr/9Xp4R g/ldGr7V7KdA9QHJzqJGfhhsFaCrxBzsnGuNY= Original-Received: by 10.231.20.210 with SMTP id g18mr97174ibb.75.1318445931744; Wed, 12 Oct 2011 11:58:51 -0700 (PDT) Original-Received: from vulcan.localhost (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id ge16sm7687010ibb.2.2011.10.12.11.58.50 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Oct 2011 11:58:50 -0700 (PDT) Original-Received: by vulcan.localhost (Postfix, from userid 501) id 2E8FB553CB7E; Wed, 12 Oct 2011 13:58:49 -0500 (CDT) In-Reply-To: <83sjmywqc6.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 12 Oct 2011 10:45:29 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.3 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:145043 Archived-At: >>>>> Eli Zaretskii writes: > Is it possible to make some arrangement that would allow users of this > mirror to report the bzr revision number or bzr revision ID that corresponds > to a given git sha1? Otherwise, it is sometimes hard to identify the exact > revision of the tree for which a bug is reported. Download this file from time to time: http://ftp.newartisans.com/pub/emacs/git-marks.txt It correlates bzr revision ids to Git commit hashes. John