From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Referring to revisions in the git future Date: Fri, 31 Oct 2014 17:11:22 -0400 Message-ID: References: <20141029004942.GA25241@thyrsus.com> <20141029105202.249acb5a@anarchist.wooz.org> <87bnouapiy.fsf@fencepost.gnu.org> <20141029150600.GA5701@thyrsus.com> <20141029141216.7abbbc0d@anarchist.wooz.org> <20141029222946.GA13673@thyrsus.com> <545178BE.2050505@cs.ucla.edu> <87k33i9fgi.fsf_-_@violet.siamics.net> <20141030083156.GA2683@thyrsus.com> <8738a4ro11.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414789912 556 80.91.229.3 (31 Oct 2014 21:11:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2014 21:11:52 +0000 (UTC) Cc: "Eric S. Raymond" , Ivan Shmakov , emacs-devel@gnu.org To: Nicolas Richard Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 22:11:46 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 1XkJU0-0007bS-SC for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 22:11:45 +0100 Original-Received: from localhost ([::1]:43986 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJU0-0004n9-Cy for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 17:11:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJTq-0004dm-Df for emacs-devel@gnu.org; Fri, 31 Oct 2014 17:11:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkJTf-0001Kt-P6 for emacs-devel@gnu.org; Fri, 31 Oct 2014 17:11:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:41360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkJTf-0001KX-MM for emacs-devel@gnu.org; Fri, 31 Oct 2014 17:11:23 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au0MAOatTlRFpY87/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIxALNBIUGA0kiEsJy3IBAQEBBgIBH5EIB4RLBbIggW+CAB6BdiGCegEBAQ X-IPAS-Result: Au0MAOatTlRFpY87/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIxALNBIUGA0kiEsJy3IBAQEBBgIBH5EIB4RLBbIggW+CAB6BdiGCegEBAQ X-IronPort-AV: E=Sophos;i="5.04,797,1406606400"; d="scan'208";a="95700685" Original-Received: from 69-165-143-59.dsl.teksavvy.com (HELO pastel.home) ([69.165.143.59]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 31 Oct 2014 17:11:22 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 896948592; Fri, 31 Oct 2014 17:11:22 -0400 (EDT) In-Reply-To: <8738a4ro11.fsf@yahoo.fr> (Nicolas Richard's message of "Fri, 31 Oct 2014 21:18:34 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:176173 Archived-At: >> There's no reason why the commit message would need to be considered as >> being part of the "immutable history". IOW there's no technical reason >> to include the commit message in the Git hash. > git has a separate hash for the tree. "git cat-file commit > " will show you that. I know, but the "parents" reference a "commit", not a "tree". Stefan