git_worktree_unlock

Unlock a locked worktree

extern (C) nothrow @nogc public
int
git_worktree_unlock

Parameters

wt libgit2.types.git_worktree*

Worktree to unlock

Return Value

Type: int

0 on success, 1 if worktree was not locked, error-code otherwise

Meta