On Tue, May 10, 2016 at 10:15 AM, Nguyễn Thái Ngọc Duy
wrote:
> strbuf is a bit overkill for this function. What we need is call
s/is call/is to call/
> absolute_path() twice and make sure the second call does not destroy the
> result of the first. One buffer allocation is enough.
The patch its
strbuf is a bit overkill for this function. What we need is call
absolute_path() twice and make sure the second call does not destroy the
result of the first. One buffer allocation is enough.
Signed-off-by: Nguyễn Thái Ngọc Duy
---
worktree.c | 16 +++-
1 file changed, 7 insertions(+
2 matches
Mail list logo