git ls-remote –tags: how to get date information? – Shopify
I am using git ls-remote --tags <url> to get the tags from a repository. However, it doesn't provide any date information. So I wonder if there is any way to get tags with date information without cloning the whole repository.…