diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2021-12-23 14:21:23 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-12-23 14:21:49 -0600 |
| commit | 942cfac129b2cffc2668a7d1d7b7b613e4eef19f (patch) | |
| tree | b8d4e87ad7c8dadf16be6cd8b9be08bfa176fb5f /include/git2/worktree.h | |
| parent | f9a98f9442c0b1c22f8212753fda85603fa948e8 (diff) | |
| download | libgit2-942cfac129b2cffc2668a7d1d7b7b613e4eef19f.tar.gz | |
worktree: checkout options suggestions from code review
Diffstat (limited to 'include/git2/worktree.h')
| -rw-r--r-- | include/git2/worktree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/worktree.h b/include/git2/worktree.h index ee6b04b0c..8691f96db 100644 --- a/include/git2/worktree.h +++ b/include/git2/worktree.h @@ -90,7 +90,7 @@ typedef struct git_worktree_add_options { /** * Options for the checkout. */ - git_checkout_options checkout_opts; + git_checkout_options checkout_options; } git_worktree_add_options; #define GIT_WORKTREE_ADD_OPTIONS_VERSION 1 |
