git_worktree_unlock

Unlock a locked worktree

extern (C) nothrow @nogc
int
git_worktree_unlock

Parameters

wt libgit2_d.types.git_worktree*

Worktree to unlock

Return Value

Type: int

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

Meta