diff options
Diffstat (limited to 'worktree.h')
-rw-r--r-- | worktree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/worktree.h b/worktree.h index 0da8c1f2bd..13949093cc 100644 --- a/worktree.h +++ b/worktree.h @@ -42,6 +42,9 @@ extern void free_worktrees(struct worktree **); extern const struct worktree *find_shared_symref(const char *symref, const char *target); +int is_worktree_being_rebased(const struct worktree *wt, const char *target); +int is_worktree_being_bisected(const struct worktree *wt, const char *target); + /* * Similar to git_path() but can produce paths for a specified * worktree instead of current one |