Re: [PATCH v3 3/4] real_path: create real_pathdup

2016-12-12 Thread Junio C Hamano
Brandon Williams writes: > Create real_pathdup which returns a caller owned string of the resolved > realpath based on the provide path. > > Signed-off-by: Brandon Williams > --- > abspath.c | 13 + > cache.h | 1 + > 2 files changed, 14 insertions(+) > > diff --git a/abspath.c b

[PATCH v3 3/4] real_path: create real_pathdup

2016-12-12 Thread Brandon Williams
Create real_pathdup which returns a caller owned string of the resolved realpath based on the provide path. Signed-off-by: Brandon Williams --- abspath.c | 13 + cache.h | 1 + 2 files changed, 14 insertions(+) diff --git a/abspath.c b/abspath.c index 8c6c76b..79ee310 100644 ---