Re: [PATCH] do not loop around deref_tag()

2016-06-14 Thread Jeff King
On Tue, Jun 14, 2016 at 01:28:39PM -0700, Junio C Hamano wrote: > These callers appear to expect that deref_tag() is to peel one layer > of a tag, but the function does not work that way; it has its own > loop to unwrap tags until an object that is not a tag appears. Looks obviously correct.

[PATCH] do not loop around deref_tag()

2016-06-14 Thread Junio C Hamano
These callers appear to expect that deref_tag() is to peel one layer of a tag, but the function does not work that way; it has its own loop to unwrap tags until an object that is not a tag appears. Signed-off-by: Junio C Hamano --- builtin/blame.c | 6 ++ line-log.c