Is it possible to find out who created a tag in Git? -


commits have author associated them; possible find out user created tag on git repository?

if it's annotated tag, yes. can git show other object. if it's lightweight tag, don't believe so. 1 of reasons why should annotate tags you're going share.


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

javascript - Iterate over array and calculate average values of array-parts -

jQuery Ajax Render Fragments OR Whole Page -