Denis Vlasenko <[EMAIL PROTECTED]> :
[...]

git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 
some_dest_directory

Say I have some reference tree:

$ ls linux/linux-2.6-ref/.git
branches     FETCH_HEAD            HEAD   info     ORIG_HEAD  remotes
description  git-daemon-export-ok  index  objects  refs

$ cd $some_place
$ git clone -s /home/romieu/linux/linux-2.6-ref/.git linux-2.6-unstable
$ cd linux-2.6-unstable
$ cat > .git/remotes/wireless-2.6
$ cat .git/remotes/wireless-2.6<<EOD
URL: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Pull: acx-softmac:wireless-2.6-acx-softmac
Pull: bcm43xx-dscape:wireless-2.6-bcm43xx-dscape
Pull: bcm43xx-softmac:wireless-2.6-bcm43xx-softmac
Pull: domesday:wireless-2.6-domesday
Pull: dscape-all:wireless-2.6-dscape-all
Pull: dscape-upstream:wireless-2.6-dscape-upstream
Pull: prism54usb-softmac:wireless-2.6-prism54usb-softmac
Pull: rt2x00-dscape:wireless-2.6-rt2x00-dscape
Pull: softmac-all:wireless-2.6-softmac-all
Pull: softmac-upstream:wireless-2.6-softmac-upstream
Pull: upstream:wireless-2.6-upstream
Pull: upstream-fixes:wireless-2.6-upstream-fixes
EOD
$ git fetch wireless-2.6
$ git branch

etc.

--
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to