builtin-blame.c: use strbuf_readlink()
commitedfd45d2a0fc85d55479e13e8e3dc7e975a313ce
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2008 20:37:53 +0000 (17 12:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2008 21:36:35 +0000 (17 13:36 -0800)
treee974c8d298fa3bacec6988eba1cc0fc7218698e6
parent737e31af7ae365d6251bb196e06d18afda9c98a8
builtin-blame.c: use strbuf_readlink()

When faking a commit out of the work tree contents, use strbuf_readlink()
to read the contents of symbolic links.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
builtin-blame.c