How to get --detect-branches to work with git-p4?
- by Michael Brennan
My p4 repository has a structure similar to:
//depot/project/branch1
//depot/project/branch2
//depot/project/branch3
... etc
However, when I use git-p4 to clone "project", all 3 branches are not considered as branches and all get cloned into the single master branch.
This is how I'm invoking git-p4:
git-p4 clone --detect-branches…