From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Tue, 07 Jan 2014 14:37:49 +0100 Message-ID: <52CC032D.7010405@alice.it> References: <52CB2AB0.4080505@alice.it> <877gachfza.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389101889 24092 80.91.229.3 (7 Jan 2014 13:38:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 13:38:09 +0000 (UTC) Cc: emacs To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 14:38:15 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 1W0WrE-0004Qx-UW for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 14:38:13 +0100 Original-Received: from localhost ([::1]:40731 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0WrE-00013k-IL for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 08:38:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Wr5-0000wi-Fc for emacs-devel@gnu.org; Tue, 07 Jan 2014 08:38:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0Wqz-0004a9-LM for emacs-devel@gnu.org; Tue, 07 Jan 2014 08:38:03 -0500 Original-Received: from smtp201.alice.it ([82.57.200.97]:47152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0Wqz-0004Zw-Bl for emacs-devel@gnu.org; Tue, 07 Jan 2014 08:37:57 -0500 Original-Received: from [192.168.1.100] (87.12.223.137) by smtp201.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 529A561B06495135; Tue, 7 Jan 2014 14:37:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <877gachfza.fsf@igel.home> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 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:167601 Archived-At: Il 07/01/2014 0.01, Andreas Schwab ha scritto: > A good way to identify a git branch is to use git describe. However it > prefers to have an annotated (release) tag available to base on, which > we currently don't have (bzr doesn't have the concept of annotated > tags). Just for completeness... I see that I can download the trunk source with $ wget http://git.savannah.gnu.org/cgit/emacs.git/snapshot/emacs-trunk.tar.gz but how I can identify it? After unpacking it, the tree should contain at least a text file with a revision number or the SHA sum of the last commit... or not? Ciao, Angelo.