Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> writes: > Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> > --- > Documentation/git-worktree.txt | 5 +++++ > builtin/worktree.c | 28 ++++++++++++++++++++++++++++ > contrib/completion/git-completion.bash | 2 +- > t/t2028-worktree-move.sh | 14 ++++++++++++++ > 4 files changed, 48 insertions(+), 1 deletion(-) > > diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt > index 6fca6cf..6a5ff47 100644 > --- a/Documentation/git-worktree.txt > +++ b/Documentation/git-worktree.txt > @@ -13,6 +13,7 @@ SYNOPSIS > 'git worktree list' [--porcelain] > 'git worktree lock' [--reason <string>] <worktree> > 'git worktree prune' [-n] [-v] [--expire <expire>] > +'git worktree unlock' <worktree> Again, this seems to be built on an unseen version. I think I fixed these up (and also the "missing second colon in the doc"), but please double check what I push out later today. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html