• Show log

    Commit

  • Hash : a7aa73a5
    Author : Patrick Steinhardt
    Date : 2017-05-02T10:02:36

    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.