git_worktree_name

Retrieve the name of the worktree

extern (C) nothrow @nogc
const(char)*
git_worktree_name

Parameters

wt const(libgit2_d.types.git_worktree)*

Worktree to get the name for

Return Value

Type: const(char)*

The worktree's name. The pointer returned is valid for the lifetime of the git_worktree

Meta