Add git_worktree_list support #386

Open
opened 2017-06-27 18:00:38 -05:00 by harobed · 4 comments
harobed commented 2017-06-27 18:00:38 -05:00 (Migrated from github.com)

Add git_worktree_list support.

Add [git_worktree_list](https://github.com/libgit2/libgit2/blob/90500d81dcb04ae3bdaf0f6211ca8754d9425b70/src/worktree.c#L33) support.
mikebaum commented 2023-09-14 13:30:14 -05:00 (Migrated from github.com)

Hi, we (Coveo) have implemented this feature in our own fork and would be willing to add a PR here. Let me know if you guys are interested.

Hi, we (Coveo) have implemented this feature in our own fork and would be willing to add a PR here. Let me know if you guys are interested.
tionis commented 2023-09-14 14:00:29 -05:00 (Migrated from github.com)

Hi, we (Coveo) have implemented this feature in our own fork and would be willing to add a PR here. Let me know if you guys are interested.

I guess the code is somewhere internal, as I can't seem to find a repo.
I could use some worktree_* support and would love to use your fork if the feature isn't merged soon.

> Hi, we (Coveo) have implemented this feature in our own fork and would be willing to add a PR here. Let me know if you guys are interested. I guess the code is somewhere internal, as I can't seem to find a repo. I could use some worktree_* support and would love to use your fork if the feature isn't merged soon.
mikebaum commented 2023-09-14 14:05:17 -05:00 (Migrated from github.com)

Hi, we (Coveo) have implemented this feature in our own fork and would be willing to add a PR here. Let me know if you guys are interested.

I guess the code is somewhere internal, as I can't seem to find a repo. I could use some worktree_* support and would love to use your fork if the feature isn't merged soon.

@tionis Sorry, should have posted the repo link: https://github.com/coveord/git2go

Would be great to merge our changes to this repo though.

> > Hi, we (Coveo) have implemented this feature in our own fork and would be willing to add a PR here. Let me know if you guys are interested. > > I guess the code is somewhere internal, as I can't seem to find a repo. I could use some worktree_* support and would love to use your fork if the feature isn't merged soon. @tionis Sorry, should have posted the repo link: https://github.com/coveord/git2go Would be great to merge our changes to this repo though.
tionis commented 2023-09-14 14:17:32 -05:00 (Migrated from github.com)

Thanks!
I agree, it would be great if support for this could be merged. Worktrees aren't supported in most git abstractions, which is a shame.

Thanks! I agree, it would be great if support for this could be merged. Worktrees aren't supported in most git abstractions, which is a shame.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#386
No description provided.