Re: [PATCH v2 0/5] worktree lock/unlock

2016-05-23 Thread Duy Nguyen
On Mon, May 23, 2016 at 11:51 AM, Eric Sunshine wrote: > On Sun, May 22, 2016 at 6:43 AM, Nguyễn Thái Ngọc Duy > wrote: >> This should address all of Eric's comments (thanks!). An extra change >> I made is free_worktrees() at the end of {,un}lock_worktree() to avoid >> leaking. This series depen

Re: [PATCH v2 0/5] worktree lock/unlock

2016-05-22 Thread Eric Sunshine
On Sun, May 22, 2016 at 6:43 AM, Nguyễn Thái Ngọc Duy wrote: > This should address all of Eric's comments (thanks!). An extra change > I made is free_worktrees() at the end of {,un}lock_worktree() to avoid > leaking. This series depends on nd/worktree-cleanup-post-head-protection. Thanks, this ad

[PATCH v2 0/5] worktree lock/unlock

2016-05-22 Thread Nguyễn Thái Ngọc Duy
This should address all of Eric's comments (thanks!). An extra change I made is free_worktrees() at the end of {,un}lock_worktree() to avoid leaking. This series depends on nd/worktree-cleanup-post-head-protection. Interdiff -- 8< -- diff --git a/Documentation/git-worktree.txt b/Documentation/git-