Re: [git-users] git help about git merge to a specific dir and keep the commit log

2012-12-10 Thread Konstantin Khomoutov
On Mon, 10 Dec 2012 16:35:58 +0800 lei yang wrote: > I have two tree A and B, > A: git://github.com/lei/A.git > B: git://github.com/lei/B.git > > B is like > [lyang0@ubuntu B]$ ls > benchmark box-opening kvm > > I want merge A tree to B, > 1) put A's content to the "kvm" directory of B > 2)I

[git-users] git help about git merge to a specific dir and keep the commit log

2012-12-10 Thread lei yang
Hi experts, I have two tree A and B, A: git://github.com/lei/A.git B: git://github.com/lei/B.git B is like [lyang0@ubuntu B]$ ls benchmark box-opening kvm I want merge A tree to B, 1) put A's content to the "kvm" directory of B 2)I want to keep all the A's commit log(history) into B's tree ca