On 11/5/07, Larry Finger <Larry.Finger@xxxxxxxxxxxx> wrote: > John, > > I did the following set of steps: > > git clone --reference ~/linux-2.6 \ > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git junk > > cd junk > git checkout -b everything origin/everything > git pull > Warning: No merge candidate found because value of config option > "branch.everything.merge" does not match any remote branch fetched. > No changes. > > I know that when I get the above warning, my branch "everything" is never updated. My previous > wireless-2.6 tree was stuck at 2.6.23-rc9, whereas "git describe" lists the new tree at > v2.6.24-rc1-155-g792296c. > > What am I doing wrong? I am not sure if you can 'pull' from a branch, I think have to pull from the master and then rebase on the brancehs: git-checkout master git-pull git-checkout junk git-rebase origin/everything Luis - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html