Re: [PATCH 0/6] git worktree move/remove

2017-01-09 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > This version is the same as nd/worktree-move but with the recursive > directory copy code removed. We rely on rename() to move directories. Much simpler ;-) Will replace; thanks. > Nguyễn Thái Ngọc Duy (6): > worktree.c: add

[PATCH 0/6] git worktree move/remove

2017-01-08 Thread Nguyễn Thái Ngọc Duy
This version is the same as nd/worktree-move but with the recursive directory copy code removed. We rely on rename() to move directories. Nguyễn Thái Ngọc Duy (6): worktree.c: add validate_worktree() worktree.c: add update_worktree_location() worktree move: new command worktree move: