From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Roger Leigh" Subject: Feature request: git-log should optionally include tags Date: Sun, 26 Oct 2008 12:13:26 +0000 Message-ID: <20081026121326.GA3399@codelibre.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Oct 26 13:23:46 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ku4en-0002Yx-4A for gcvg-git-2@gmane.org; Sun, 26 Oct 2008 13:23:45 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbYJZMWb (ORCPT ); Sun, 26 Oct 2008 08:22:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752586AbYJZMWb (ORCPT ); Sun, 26 Oct 2008 08:22:31 -0400 Received: from nagini.codelibre.net ([80.68.93.164]:2134 "EHLO nagini.codelibre.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752584AbYJZMWa (ORCPT ); Sun, 26 Oct 2008 08:22:30 -0400 X-Greylist: delayed 536 seconds by postgrey-1.27 at vger.kernel.org; Sun, 26 Oct 2008 08:22:30 EDT Received: by nagini.codelibre.net (Postfix, from userid 107) id 205731896C; Sun, 26 Oct 2008 12:13:31 +0000 (GMT) Received: from whinlatter.ukfsn.org (78-105-115-105.zone3.bethere.co.uk [78.105.115.105]) by nagini.codelibre.net (Postfix) with ESMTPSA id 7254518968 for ; Sun, 26 Oct 2008 12:13:28 +0000 (GMT) Received: by whinlatter.ukfsn.org (sSMTP sendmail emulation); Sun, 26 Oct 2008 12:13:26 +0000 Content-Disposition: inline X-GPG-Key: 0x25BFB848 X-Debian: testing/unstable X-OS-Uptime: 11:31:31 up 7 min, 1 user, load average: 1.43, 1.09, 0.51 User-Agent: Mutt/1.5.18 (2008-05-17) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.1.7 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A feature I would very much like to have in git is to have tag information included in the log generated by git-log. This would make it easy to see where the tags are in the history. The use case for us would be to have release tags displayed so that it's possible to identify which revisions constitute release points, which is useful for e.g. users to identify points for bisection. I can do it now using sed to substitute in the contents of =2Egit/refs/tags/*, but having the functionality in git-log directly would be most useful. Regards, Roger Leigh Example of existing log: ---------------------------------------------------------------------- commit 62dca2fc0e5e356ecb24ea0d8bd9f04980ab4cbe Author: Roger Leigh Date: Mon Oct 13 00:31:03 2008 +0100 [Sbuild::Build] Add and use log_info, _warning and _error functions ---------------------------------------------------------------------- Example of log including tags: ---------------------------------------------------------------------- commit 62dca2fc0e5e356ecb24ea0d8bd9f04980ab4cbe Author: Roger Leigh Date: Mon Oct 13 00:31:03 2008 +0100 Tags: sbuild-0.60.1 [Sbuild::Build] Add and use log_info, _warning and _error functions ---------------------------------------------------------------------- Regards, Roger --=20 .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `- GPG Public Key: 0x25BFB848 Please GPG sign your mail. --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkkEXuYACgkQVcFcaSW/uEi/fQCfZCAs6ImLZ4j3XBV+iLbJvv+y cWEAoLORNZ2ZXrVz1TelTiPjKHGi8eu0 =rJIG -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP--