hakoerber / git-repo-manager

A git tool to manage worktrees and integrate with GitHub and GitLab
https://hakoerber.github.io/git-repo-manager/
GNU General Public License v3.0
67 stars 9 forks source link

Remove workaround for worktrees with slashes in libgit2 #36

Open hakoerber opened 2 years ago

hakoerber commented 2 years ago

See https://github.com/hakoerber/git-repo-manager/blob/1fb0184c1e338d1fd8a9eee450fc4aa2740b4422/src/worktree.rs#L260

This depends on https://github.com/libgit2/libgit2/issues/6327

maurelian commented 1 year ago

Is this still an issue? I seem to be able to create worktrees for branches with / in them. However, that seems to create other issues that I'll try to document elsewhere.

hakoerber commented 1 year ago

It's not an issue for grm per se, but still requires a workaround due to the issue with libgit2. You should be able to handle branches with slashes in them just fine.

However, that seems to create other issues that I'll try to document elsewhere.

That would be awesome, feel free to just open another issue.