Re: [PATCH 0/6] nd/worktree-move update

2017-04-21 Thread Jeff King
On Thu, Apr 20, 2017 at 05:10:18PM +0700, Nguyễn Thái Ngọc Duy wrote: > - fixes the compile problem on latest master (because prefix_filename >takes one argument less) It also now returns an allocated buffer. So: > --- a/builtin/worktree.c > +++ b/builtin/worktree.c > @@ -561,9 +561,7 @@ s

[PATCH 0/6] nd/worktree-move update

2017-04-20 Thread Nguyễn Thái Ngọc Duy
This - squashes in Johannes' fix (that's already on jch/nd/worktree-move) - fixes the compile problem on latest master (because prefix_filename takes one argument less) - fixes the test failure because real_path() is called twice (the first one hidden in read_gitfile_gently) but the outpu