From: Zhang, X. <xia...@in...> - 2008-03-18 02:07:15
|
Jes Sorensen wrote: >>>>>> "Xiantao" == Zhang, Xiantao <xia...@in...> writes: > > Xiantao> Hi, guys We have created kvm-ia64.git on master.kernel.org > Xiantao> for open development, and the latest source is also included > Xiantao> in this repository. So you can clone and make contributions > Xiantao> to it now. Cheers!! In this repository, I created the > Xiantao> branch kvm-ia64-mc4 to hold the patchset. Now, the whole > Xiantao> community had better work on the branch together for > Xiantao> reviewing code, doing cleanup, and adding the new features. > Xiantao> If you have any contribution or questions, please feel free > Xiantao> to submit to the kvm-ia64 mailing > Xiantao> > list(https://lists.sourceforge.net/lists/listinfo/kvm-ia64-devel). > > Hi Xiantao. > > Just back from vacation for a week, this is great news! > > How do I check out the tree with the ia64 patches in it? If I just do > a clone then I seem to get a copy of Avi's tree. Hi, Jes You need to checkout a remote branch with the following command: git branch --track kvm-ia64-mc4 origin/kvm-ia64-mc4 git checkout kvm-ia64-mc4 Xiantao |