On Fri, Nov 01, 2013 at 15:52:06 -0700, Junio C Hamano wrote:
* th/reflog-annotated-tag (2013-10-28) 1 commit
(merged to 'next' on 2013-11-01 at 8b154cc)
+ reflog: handle lightweight and annotated tags equally
"git log -g $annotated_tag", when there is no reflog history, should
have produced a single output entry (i.e. the ref creation event),
but instead showed the history leading to the tag.
This isn't really what th/reflog-annotated-tag does,
"git log -g $annotated_tag" now produces no output.
Is the proper behavior to output the ref creation event? In that case,
should the same happen for lightweight tags?
Or am I missing something related to "when there is no reflog history"?
Torstein