abspath: convert real_path_internal() to strbuf
commit2fdb9ce0673b9197214e0fc12a47a8b335561cd8
authorRené Scharfe <l.s.r@web.de>
Mon, 28 Jul 2014 18:28:30 +0000 (28 20:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Aug 2014 18:06:05 +0000 (26 11:06 -0700)
tree8907d3a0a445759781dce9228fed0431ac70005f
parent251277acdf8c8dee59bdd0e9e7b7e3502226cf9d
abspath: convert real_path_internal() to strbuf

Use strbuf instead of fixed-sized buffers in real_path() in order to
avoid the size limitations of the latter.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
abspath.c