git_worktree_list

List names of linked working trees

The returned list should be released with git_strarray_free when no longer needed.

@param out_ pointer to the array of working tree names @param repo the repo to use when listing working trees @return 0 or an error code

extern (C) nothrow @nogc
int
git_worktree_list

Meta