Using the command git show-ref --tags I can see all the tags and the SHA1 hashes for all these tags.
I would like a similar command for trees: a command to output all the SHA1 hashes for all the tree objects, but for nothing else.
Using the command git show-ref --tags I can see all the tags and the SHA1 hashes for all these tags.
I would like a similar command for trees: a command to output all the SHA1 hashes for all the tree objects, but for nothing else.