libgit2/include
Patrick Steinhardt a7aa73a535 worktree: introduce git_worktree_add options
The `git_worktree_add` function currently accepts only a path and name
for the new work tree. As we may want to expand these parameters in
future versions without adding additional parameters to the function for
every option, this commit introduces our typical pattern of an options
struct. Right now, this structure is still empty, which will change with
the next commit.
2017-05-02 12:39:29 +02:00
..
git2 worktree: introduce git_worktree_add options 2017-05-02 12:39:29 +02:00
git2.h proxy: introduce a proxy options struct 2016-04-19 13:54:19 +02:00