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 52d13cced..1d40c3a5d 100644 --- a/src/worktree.h +++ b/src/worktree.h @@ -18,6 +18,8 @@ struct git_worktree { * directory. */ char *name; + /* Path to the where the worktree lives in the filesystem */ + char *worktree_path; /* Path to the .git file in the working tree's repository */ char *gitlink_path; /* Path to the .git directory inside the parent's |
