Hi Thomas, > On Mon, Jan 31, 2011 at 12:51 PM, Thomas Berg <merlin66b@xxxxxxxxx> wrote: >> I also discovered bugs in git-p4: in some cases, if the first submit >> to a new branch in Perforce is not identical to the branch it derives >> from, the import was not correct. I forgot to answer this specific topic. I also noticed this bug. Basically, git-p4 choses the first commit from the origin branch to start the branch from. My idea was to walk through the commit tree in the original branch until I find a commit in which the diff is null. Unfortunately, I don't know what is the best approach to achieve this in git. Do you have any ideas? Thanks, -- Vitor Antunes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html