commit | 679eebe24d4c2120f8c01fb4524fcc489718fc9c | [log] [tgz] |
---|---|---|
author | René Scharfe <l.s.r@web.de> | Mon Jul 28 20:33:55 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 26 11:06:06 2014 -0700 |
tree | 0dffe663fbce093ec9c07ab1c621b3d143995db3 | |
parent | 4d3ab44d26c47d100cec39d0ef9ed9746eb7e454 [diff] |
abspath: convert absolute_path() to strbuf Move most of the code of absolute_path() into the new function strbuf_add_absolute_path() and in the process transform it to use struct strbuf and xgetcwd() instead of a PATH_MAX-sized buffer, which can be too small on some file systems. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>