Re: [PATCH 3/6] worktree: fix incorrect references to file "locked"

2015-07-18 Thread Eric Sunshine
On Sat, Jul 18, 2015 at 10:10 PM, Michael Haggerty wrote: > The manpage referred to file "lock" in a couple of places. The file is > actually called "locked". > > Signed-off-by: Michael Haggerty > --- > diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt > index 707dfd0..

[PATCH 3/6] worktree: fix incorrect references to file "locked"

2015-07-18 Thread Michael Haggerty
The manpage referred to file "lock" in a couple of places. The file is actually called "locked". Signed-off-by: Michael Haggerty --- Documentation/git-worktree.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.