Hi all! 1.5 years ago I had sources of a project in a SVN repository (actually it does not matter what SCM was used before). And I had two branches: v2.4 and v2.5. They differed enough at that moment and (as usual for SVN branches) laid in two different folders. Then I had known of Git and I decided to try to use this powerful DVCS. But as I was a newbie I created two git-repositories: one per each branch. So v2.4 has its own git-repo. v2.5 (and above) has another one. Now I'd like to merge them as v2.5 was a continuos branch from v2.4, but without a rebasing (i.e. without a global changing of v2.5 repository, which already has another branches) It must look like LAST commit of v2.4 should be a PARENT of FIRST commit of v2.5 Now there's a question: Is it possible to do so (no rebasing!), and If "yes" then how to? -- 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