Re: [PATCH 0/2] Re: cosmetic improvements for "git show tag"
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:04
Jeff King [off-list ref] writes:
The code calls into log_tree_commit, which uses the "shown_one" member
of rev_info to determine. So we should be able to just use that for our
tags, and everything will work fine.
I think we can replace 2/2 with the patch below, which also covers the
tree case neatly.