From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Tue, 07 Jan 2014 18:38:49 +0100 Message-ID: <15611134.IoLru57SIh@descartes> References: <52CB2AB0.4080505@alice.it> <877gachfza.fsf@igel.home> <83ha9fsr9m.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1389116365 14618 80.91.229.3 (7 Jan 2014 17:39:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Jan 2014 17:39:25 +0000 (UTC) Cc: Andreas Schwab , angelo.graziosi@alice.it To: emacs-devel@gnu.org, Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 07 18:39:30 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 1W0acf-0007GF-Ok for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 18:39:25 +0100 Original-Received: from localhost ([::1]:42070 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0acf-0001PT-9G for ged-emacs-devel@m.gmane.org; Tue, 07 Jan 2014 12:39:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0acU-0001Ip-GI for emacs-devel@gnu.org; Tue, 07 Jan 2014 12:39:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0acN-00087u-7u for emacs-devel@gnu.org; Tue, 07 Jan 2014 12:39:14 -0500 Original-Received: from ptmx.org ([178.63.28.110]:50119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0acD-00086i-P2; Tue, 07 Jan 2014 12:38:57 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id 0F56A24C6F; Tue, 7 Jan 2014 18:38:56 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dgMLQTYQm9Gj; Tue, 7 Jan 2014 18:38:54 +0100 (CET) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 7037822E5B; Tue, 7 Jan 2014 18:38:54 +0100 (CET) User-Agent: KMail/4.11.3 (Linux/3.11.0-14-generic; KDE/4.11.3; x86_64; ; ) In-Reply-To: <83ha9fsr9m.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:167637 Archived-At: On Tuesday 07 January 2014 18:14:45 Eli Zaretskii wrote: > $ git describe > fatal: No annotated tags can describe > 'e1d32fe4408170b992528a2da4b917a63e86fbc4' >=20 > I think Angelo wants one of the following, which will all produce > exactly the same output: >=20 > git log --pretty=3D'format:%H' @^.. > git rev-list @^.. > git rev-parse --verify HEAD Or git describe --always git show --pretty=3Doneline git show --oneline (Produces a different output though) Regards R=C3=BCdiger