From: Junio C Hamano <junkio@cox.net>
To: Zack Brown <zbrown@tumblerings.org>
Cc: git@vger.kernel.org
Subject: Re: git/cogito suggestion: tags with descriptions
Date: Mon, 05 Sep 2005 12:01:40 -0700 [thread overview]
Message-ID: <7vd5nn49uz.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <20050905184551.GA14720@tumblerings.org> (Zack Brown's message of "Mon, 5 Sep 2005 11:45:51 -0700")
Zack Brown <zbrown@tumblerings.org> writes:
> It would be great if tags also allowed a brief description to go along with
> them, that would show up in cg-tag-ls. Then I could seek to a tag that's just
> an easy-to-type version number, and still have an idea of what's significant
> about that version because of the descriptive text.
Would 'git tag -a' work for you?
: siamese; git tag -a -m 'This is to just demonstrate.' test-for-brown
: siamese; git cat-file tag test-for-brown
object 0516de30e8bdd26086e2a3edd3375981fd0c34d6
type commit
tag test-for-brown
tagger Junio C Hamano <junkio@cox.net> 1125946805 -0700
This is to just demonstrate.
: siamese;
BTW, when will the next issue of GIT traffic appear ;-)?
next prev parent reply other threads:[~2005-09-05 19:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-05 18:45 git/cogito suggestion: tags with descriptions Zack Brown
2005-09-05 19:01 ` Junio C Hamano [this message]
2005-09-05 21:24 ` Zack Brown
2005-09-12 1:00 ` Petr Baudis
2006-04-08 2:35 ` Petr Baudis
2005-09-08 1:14 ` Junio C Hamano
2005-09-08 2:10 ` A Large Angry SCM
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vd5nn49uz.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=zbrown@tumblerings.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).