You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(restore): forward -project to GitLab Name option
Without an explicit Name, GitLab populates the project's display name
from the archive metadata, which leaks the source project's name into
the target namespace and triggers 'Name has already been taken' even
when the path is unique. Pass projectPath as Name so display name and
path both follow the -project CLI flag.
Closes#358
0 commit comments