On Sat, Sep 1, 2012 at 5:57 PM, Andreas Schwab <[email protected]> wrote:
> Ævar Arnfjörð Bjarmason <[email protected]> writes:
>
>> git --no-pager show tag-name-1 | grep ^Author
>
> A tag doesn't have an author, it has a tagger. This shows the author of
> the *commit*.
I got the grep wrong, I meant that I expected the tagger to be set
according to GIT_AUTHOR_{NAME,EMAIL}, but it isn't either:
$ sh /tmp/test-tag.sh
Initialized empty Git repository in /tmp/test-git/.git/
[master (root-commit) f83fc11] README: testing content
1 file changed, 1 insertion(+)
create mode 100644 README
Author: Ævar Arnfjörð Bjarmason <[email protected]>
[master ef65731] README: testing content again
1 file changed, 1 insertion(+), 1 deletion(-)
Author: Test User <[email protected]>
Tagger: Test User <[email protected]>
Author: Test User <[email protected]>
Tagger: Test User <[email protected]>
Author: Test User <[email protected]>
>> GIT_AUTHOR_NAME="Tag Test User"
>> GIT_AUTHOR_EMAIL="[email protected]" git tag -a -m"another annotated
>> tag" tag-name-2
>
> The tagger is controlled by the committer info.
I don't get what you mean, what committer info?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html