From: Han-Wen Nienhuys <hanwen@xs4all.nl>
To: git@vger.kernel.org
Subject: Re: git tag: don't complain of empty messages
Date: Thu, 16 Nov 2006 02:27:37 +0100 [thread overview]
Message-ID: <455BBE89.6070005@xs4all.nl> (raw)
In-Reply-To: <ejgbrq$o5u$1@sea.gmane.org>
Jakub Narebski escreveu:
> Han-Wen Nienhuys wrote:
>
>> Junio C Hamano escreveu:
>>> I do not have a strong objection against allowing tags without
>>> messages, but at the same time I do not see a compelling reason
>>> to allow them either. Care to explain what workflow is helped
>>> by an empty tag?
>> the tagname usually is enough of a description, but I want the tags to
>> end up in the object DB, eg.:
>>
>> git tag release/2.10.0 HEAD
>>
>> now I have to use
>>
>> git tag -m "this really sucks" release/2.10.0 HEAD
>
> Why not
>
> git tag -m "release 2.10.0" release/2.10.0 HEAD
>
> This way you would know what tag points to even if you loose it's
> reference...
that would double, given that the tag name is already in the tag object.
Currently, I have
**
[lilydev@haring gub]$ cat .git/refs/tags/gubrelease-2.9.29-2
1ac5c78609a9f79787825b62c9576542eedce795
[lilydev@haring gub]$ git cat-file tag
1ac5c78609a9f79787825b62c9576542eedce795
object b75db784e3d6a9e1d2cff3f77036aaa88598b53c
type commit
tag gub-2.9.29-2
tagger Han-Wen Nienhuys <lilydev@haring.localdomain> 1162921716 +0100
build and upload
**
'build and upload' is a polite way of saying 'this really sucks'.
--
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen
next prev parent reply other threads:[~2006-11-16 1:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-15 15:34 git tag: don't complain of empty messages Han-Wen Nienhuys
2006-11-15 16:02 ` Johannes Schindelin
2006-11-15 16:05 ` Han-Wen Nienhuys
2006-11-15 16:19 ` Johannes Schindelin
2006-11-15 18:23 ` Junio C Hamano
2006-11-16 0:14 ` Han-Wen Nienhuys
2006-11-16 0:38 ` Jakub Narebski
2006-11-16 1:27 ` Han-Wen Nienhuys [this message]
2006-11-26 16:42 ` Han-Wen Nienhuys
2006-11-26 16:46 ` Han-Wen Nienhuys
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=455BBE89.6070005@xs4all.nl \
--to=hanwen@xs4all.nl \
--cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.