Commits obviously have an author associated with them; but is it possible to find out which user created a tag on a Git repository?
Commits obviously have an author associated with them; but is it possible to find
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it’s an annotated tag, then yes. You can
git showit just like any other object. If it’s a lightweight tag, then I don’t believe so. Just one of the reasons why you should always annotate the tags you’re going to share.