This patch finishes all the changes that I've done to git-p4 script and that I've been using in my daily work. Although most of the changes are trivial, it would be nice if someone could test these updates and provide feedback. The script, as it is, still has one limitation: when it detects a new branch it will base it on the last commit of the origin branch. This may not be true, because the branch may have been created from an old change list. My idea would be to find a commit to which the new branch would have a null diff... but I don't know what would be the best way to do something like this through git commands. Suggestions are welcome on this point :) Thank in advance, Vitor Vitor Antunes (1): git-p4: Improve branch support. contrib/fast-import/git-p4 | 27 +++++++++++++++++++++++---- 1 files changed, 23 insertions(+), 4 deletions(-) -- 1.7.2.3 -- 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