diff options
Diffstat (limited to 'worktree.h')
-rw-r--r-- | worktree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worktree.h b/worktree.h index ca50e73b58..ccdf69a876 100644 --- a/worktree.h +++ b/worktree.h @@ -8,6 +8,7 @@ struct worktree { unsigned char head_sha1[20]; int is_detached; int is_bare; + int is_current; }; /* Functions for acting on the information about worktrees. */ |