Searched refs:find_worktree_by_path (Results 1 – 15 of 15) sorted by relevance
/dports/devel/git-svn/git-2.34.1/ |
H A D | worktree.h | 65 struct worktree *find_worktree_by_path(struct worktree **, const char *path);
|
H A D | worktree.c | 195 wt = find_worktree_by_path(list, arg); in find_worktree() 200 struct worktree *find_worktree_by_path(struct worktree **list, const char *p) in find_worktree_by_path() function
|
/dports/devel/git-p4/git-2.34.1/ |
H A D | worktree.h | 65 struct worktree *find_worktree_by_path(struct worktree **, const char *path);
|
H A D | worktree.c | 195 wt = find_worktree_by_path(list, arg); in find_worktree() 200 struct worktree *find_worktree_by_path(struct worktree **list, const char *p) in find_worktree_by_path() function
|
/dports/devel/git-gui/git-2.34.1/ |
H A D | worktree.h | 65 struct worktree *find_worktree_by_path(struct worktree **, const char *path);
|
H A D | worktree.c | 195 wt = find_worktree_by_path(list, arg); in find_worktree() 200 struct worktree *find_worktree_by_path(struct worktree **list, const char *p) in find_worktree_by_path() function
|
/dports/devel/git/git-2.34.1/ |
H A D | worktree.h | 65 struct worktree *find_worktree_by_path(struct worktree **, const char *path);
|
H A D | worktree.c | 195 wt = find_worktree_by_path(list, arg); in find_worktree() 200 struct worktree *find_worktree_by_path(struct worktree **list, const char *p) in find_worktree_by_path() function
|
/dports/devel/git-cvs/git-2.34.1/ |
H A D | worktree.h | 65 struct worktree *find_worktree_by_path(struct worktree **, const char *path);
|
H A D | worktree.c | 195 wt = find_worktree_by_path(list, arg); in find_worktree() 200 struct worktree *find_worktree_by_path(struct worktree **list, const char *p) in find_worktree_by_path() function
|
/dports/devel/git-svn/git-2.34.1/builtin/ |
H A D | worktree.c | 222 wt = find_worktree_by_path(worktrees, path);
|
/dports/devel/git-gui/git-2.34.1/builtin/ |
H A D | worktree.c | 222 wt = find_worktree_by_path(worktrees, path); in check_candidate_path()
|
/dports/devel/git-p4/git-2.34.1/builtin/ |
H A D | worktree.c | 222 wt = find_worktree_by_path(worktrees, path); in check_candidate_path()
|
/dports/devel/git/git-2.34.1/builtin/ |
H A D | worktree.c | 222 wt = find_worktree_by_path(worktrees, path); in check_candidate_path()
|
/dports/devel/git-cvs/git-2.34.1/builtin/ |
H A D | worktree.c | 222 wt = find_worktree_by_path(worktrees, path); in check_candidate_path()
|