adding "--prefix" option

Open
#36 · Created  · Last updated

Description

In Git v2.0, the default prefix will CHANGE from "" (no prefix) to "origin/".

The "--prefix" option from "git svn init" changes branches' and tags' remote refs; i added the very same option to clean-git command to allow proper and coherent branches/tags migration. Without this option, i couldnt complete my svn2git migration because all tags were recognized as branches, and all branches were parsed as "origin/branchName" instead of "branchName".

Added the same option to sync-rebase too.

0 attachments

0 comments

Loading commits...