glimberg@gmail.com wrote on Thu, 19 May 2011 19:32 +0000:
[git-p4 automatic branch detection]
quoted
git p4 clone --verbose --detect-branches --max-changes=100 //project/...@all
I worry that --max-changes prevents it from pulling in the
ref for Branch-foo, and this confuses the automatic branch
detection that assumes it has all its parents.
It would certainly be more reliable if you did "git-p4 sync
--branch foo //project/foo@all" for each branch you care about.
Vitor has some modifications to auto-branch detection that might
be useful, or maybe some thoughts as to what's going on.
-- Pete
(Vitor: full mail is here:
http://article.gmane.org/gmane.comp.version-control.git/173996/ )