Re: [PATCH v4 0/6] worktree lock/unlock

2016-06-27 Thread Torsten Bögershausen
>On 03.06.16 14:19, Nguyễn Thái Ngọc Duy wrote: Minor problem: t2028 fails, when the test is run from a directory that is a softlink. (In my case /Users/tb/projects/git/git.pu is a softlink to /Users/tb/NoBackup/projects/git/git.pu/ [master (root-commit) 2519212] init Author: A U Thor 1 fil

Re: [PATCH v4 0/6] worktree lock/unlock

2016-06-03 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > v4 > > - fixes some documentation bugs in v3 > > - updates is_main_worktree commit message a bit > > - brings back is_worktree_locked() as API with value lazily obtained >and cached in worktree->lock_reason and fixes a memory leak > > - extends basename sea

[PATCH v4 0/6] worktree lock/unlock

2016-06-03 Thread Nguyễn Thái Ngọc Duy
v4 - fixes some documentation bugs in v3 - updates is_main_worktree commit message a bit - brings back is_worktree_locked() as API with value lazily obtained and cached in worktree->lock_reason and fixes a memory leak - extends basename search to path suffix search. I moved this patch