libata-dev git question:

2007-12-02 Thread Mark Lord
I am below novice when it comes to git: $ git-pull --update-head-ok --tags git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git Warning: No merge candidate found because value of config option branch.master.merge does not match any remote branch fetched. No changes. ..

Re: libata-dev git question:

2007-12-02 Thread Jeff Garzik
Mark Lord wrote: I am below novice when it comes to git: $ git-pull --update-head-ok --tags git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git Warning: No merge candidate found because value of config option branch.master.merge does not match any remote branch

Re: libata-dev git question:

2007-12-02 Thread Mark Lord
Jeff Garzik wrote: Mark Lord wrote: I am below novice when it comes to git: $ git-pull --update-head-ok --tags git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git Warning: No merge candidate found because value of config option branch.master.merge does not match any

Re: libata-dev git question:

2007-12-02 Thread Tejun Heo
Attached is the script I use to keep a tree synced with upstream tree. .git/origin points to upstream repo like the following. master.kernel.org /pub/scm/linux/kernel/git/jgarzik/libata-dev.git ssh If you have ssh access to the origin, specify ssh as above, everything will go over a ssh