diff options
Diffstat (limited to 'src/worktree.h')
| -rw-r--r-- | src/worktree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/worktree.h b/src/worktree.h index 0e1666c42..0e1a88d98 100644 --- a/src/worktree.h +++ b/src/worktree.h @@ -26,6 +26,8 @@ struct git_worktree { char *commondir_path; /* Path to the parent's .git directory */ char *parent_path; + + int locked:1; }; #endif |
