Peter Waller, Mon, Aug 18, 2008 18:46:14 +0200: > > I have three repositories, A, B and C. I wish to bring them together to only > one repository (.), where they are in a directory called ./Archive, so.. > ./Archive/{A,B,C}. Then I plan at a later date to move files arbitrarily > from ./Archive/{A/B/C}/Something and into ./Something{A/B/C}. (A lame > example, but illustrates what I want to do). If this transition is meant to be persistent (IOW, the A, B and C stop existing as repos on their own) you can rewrite their histories to be in the directories (with git filter-branch) and just merge them in one. Then the histories will look like as if they have never grown separately. -- 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