We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883eeb5 commit f0848ddCopy full SHA for f0848dd
include/git2/worktree.h
@@ -77,7 +77,7 @@ GIT_EXTERN(int) git_worktree_validate(const git_worktree *wt);
77
typedef struct git_worktree_add_options {
78
unsigned int version;
79
80
- char lock; /**< lock newly created worktree */
+ int lock; /**< lock newly created worktree */
81
} git_worktree_add_options;
82
83
#define GIT_WORKTREE_ADD_OPTIONS_VERSION 1
0 commit comments