diff options
Diffstat (limited to 'worktree.h')
| -rw-r--r-- | worktree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/worktree.h b/worktree.h index f14784a2ff..7cc6d90e66 100644 --- a/worktree.h +++ b/worktree.h @@ -6,6 +6,8 @@ struct strbuf; struct worktree { + /* The repository this worktree belongs to. */ + struct repository *repo; char *path; char *id; char *head_ref; /* NULL if HEAD is broken or detached */ |
