receive-pack: fix misleading namespace/.have comment
commitfea6c47f2f106c3617eaf52f973a1a07629ebf46
authorJeff King <peff@peff.net>
Wed, 8 Feb 2017 20:53:13 +0000 (8 15:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Feb 2017 23:39:55 +0000 (8 15:39 -0800)
treebf3e34855b557166320bf25dc9a582095f819b7c
parentab6eea6f7b9a5289d72c05476da19ab2bb457fd3
receive-pack: fix misleading namespace/.have comment

The comment claims that we handle alternate ".have" lines
through this function, but that hasn't been the case since
85f251045 (write_head_info(): handle "extra refs" locally,
2012-01-06).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/receive-pack.c