reflog: continue walking the reflog past root commits
[gitweb.git] / worktree.h
index 0da8c1f2bdf0c7037a3ee82d2a913efbf546b5c2..13949093cc1610fcafbefb22d1f8b9441fbd4ade 100644 (file)
@@ -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