Re: [PATCH 4/6] worktree: the "locked" mechanism is already implemented

2015-07-18 Thread Eric Sunshine
On Sat, Jul 18, 2015 at 10:10 PM, Michael Haggerty wrote: > So remove it from the "BUGS" section. > > Signed-off-by: Michael Haggerty > --- > Documentation/git-worktree.txt | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt >

[PATCH 4/6] worktree: the "locked" mechanism is already implemented

2015-07-18 Thread Michael Haggerty
So remove it from the "BUGS" section. Signed-off-by: Michael Haggerty --- Documentation/git-worktree.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 6cb3877..d5aeda0 100644 --- a/Documentation/git-worktree.txt +++ b/D