From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Tue, 07 Jan 2014 18:14:45 +0200 Message-ID: <83ha9fsr9m.fsf@gnu.org> References: <52CB2AB0.4080505@alice.it> <877gachfza.fsf@igel.home> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1389113958 16076 80.91.229.3 (7 Jan 2014 16:59:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 16:59:18 +0000 (UTC) Cc: emacs-devel@gnu.org, angelo.graziosi@alice.it To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 17:59:22 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 1W0Zzt-0005Vo-Fh for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 17:59:21 +0100 Original-Received: from localhost ([::1]:41493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZJX-0005oM-4D for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 11:15:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZIz-0005EZ-7c for emacs-devel@gnu.org; Tue, 07 Jan 2014 11:15:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0ZIt-0002pw-CN for emacs-devel@gnu.org; Tue, 07 Jan 2014 11:15:01 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:54329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZIt-0002pc-47 for emacs-devel@gnu.org; Tue, 07 Jan 2014 11:14:55 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MZ100I00H1XHC00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Tue, 07 Jan 2014 18:14:54 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZ100I3XH4TF950@a-mtaout21.012.net.il>; Tue, 07 Jan 2014 18:14:54 +0200 (IST) In-reply-to: <877gachfza.fsf@igel.home> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.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:167629 Archived-At: > From: Andreas Schwab > Date: Tue, 07 Jan 2014 00:01:45 +0100 > Cc: emacs > > Angelo Graziosi writes: > > > Now trying > > > > $ git clone git://git.savannah.gnu.org/emacs.git emacs.git > > > > > > I don't get any revision number.. So in my future bug report how the trunk > > will be identified? > > 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 Indeed: $ git describe fatal: No annotated tags can describe 'e1d32fe4408170b992528a2da4b917a63e86fbc4' I think Angelo wants one of the following, which will all produce exactly the same output: git log --pretty='format:%H' @^.. git rev-list @^.. git rev-parse --verify HEAD