From 037de004c68d704abf839eebe075c58c9603f8f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 20 May 2024 07:14:36 +0200 Subject: Adding upstream version 1:2.45.1. Signed-off-by: Daniel Baumann --- worktree.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'worktree.h') diff --git a/worktree.h b/worktree.h index ce45b66..f14784a 100644 --- a/worktree.h +++ b/worktree.h @@ -57,6 +57,13 @@ struct worktree *find_worktree(struct worktree **list, const char *prefix, const char *arg); +/* + * Look up the worktree corresponding to `id`, or NULL of no such worktree + * exists. + */ +struct worktree *get_linked_worktree(const char *id, + int skip_reading_head); + /* * Return the worktree corresponding to `path`, or NULL if no such worktree * exists. @@ -134,6 +141,11 @@ void repair_worktrees(worktree_repair_fn, void *cb_data); */ void repair_worktree_at_path(const char *, worktree_repair_fn, void *cb_data); +/* + * Free up the memory for a worktree. + */ +void free_worktree(struct worktree *); + /* * Free up the memory for worktree(s) */ -- cgit v1.2.3