Skip to content
  • Junio C Hamano's avatar
    Be careful when dereferencing tags. · 9534f40b
    Junio C Hamano authored
    
    
    One caller of deref_tag() was not careful enough to make sure
    what deref_tag() returned was not NULL (i.e. we found a tag
    object that points at an object we do not have).  Fix it, and
    warn about refs that point at such an incomplete tag where
    needed.
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    9534f40b