commit | edfd45d2a0fc85d55479e13e8e3dc7e975a313ce | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Dec 17 12:37:53 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Dec 17 13:36:35 2008 -0800 |
tree | e974c8d298fa3bacec6988eba1cc0fc7218698e6 | |
parent | 737e31af7ae365d6251bb196e06d18afda9c98a8 [diff] |
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>