Closed paramaggarwal closed 10 years ago
what does the star do?
Tags do not have an author date. The commit they point to has it. The asterisk denotes the same.
From https://www.kernel.org/pub/software/scm/git/docs/git-for-each-ref.html:
If fieldname is prefixed with an asterisk (*) and the ref points at a tag object, the value for the field in the object the tag refers is used.
TJ, thanks a lot for your work on Jade, Express and deploy. I use them regularly at work/play and love them.
Currently the way the tags are sorted is some random order. See the difference below.
Current way of sorting:
--sort=-authordate
After the fix:
--sort=-*authordate