* Feature request: git-log should optionally include tags
@ 2008-10-26 12:13 Roger Leigh
2008-10-26 12:47 ` Mikael Magnusson
0 siblings, 1 reply; 3+ messages in thread
From: Roger Leigh @ 2008-10-26 12:13 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 1625 bytes --]
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
.git/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 <rleigh@debian.org>
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 <rleigh@debian.org>
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
--
.''`. 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.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Feature request: git-log should optionally include tags
2008-10-26 12:13 Feature request: git-log should optionally include tags Roger Leigh
@ 2008-10-26 12:47 ` Mikael Magnusson
2008-10-26 12:52 ` Roger Leigh
0 siblings, 1 reply; 3+ messages in thread
From: Mikael Magnusson @ 2008-10-26 12:47 UTC (permalink / raw)
To: Roger Leigh; +Cc: git
2008/10/26 Roger Leigh <rleigh@whinlatter.ukfsn.org>:
> 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
> .git/refs/tags/*, but having the functionality in git-log directly
> would be most useful.
git log --decorate
--
Mikael Magnusson
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Feature request: git-log should optionally include tags
2008-10-26 12:47 ` Mikael Magnusson
@ 2008-10-26 12:52 ` Roger Leigh
0 siblings, 0 replies; 3+ messages in thread
From: Roger Leigh @ 2008-10-26 12:52 UTC (permalink / raw)
To: Mikael Magnusson; +Cc: Roger Leigh, git
On Sun, Oct 26, 2008 at 01:47:44PM +0100, Mikael Magnusson wrote:
> 2008/10/26 Roger Leigh <rleigh@whinlatter.ukfsn.org>:
> > 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
> > .git/refs/tags/*, but having the functionality in git-log directly
> > would be most useful.
>
> git log --decorate
Many thanks!
--
.''`. 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-26 12:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 12:13 Feature request: git-log should optionally include tags Roger Leigh
2008-10-26 12:47 ` Mikael Magnusson
2008-10-26 12:52 ` Roger Leigh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).