git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Did I miss something? git-clone doesn't grab all branches????
@ 2007-03-30 15:57 Timur Tabi
  2007-03-30 16:30 ` Loeliger Jon-LOELIGER
  0 siblings, 1 reply; 4+ messages in thread
From: Timur Tabi @ 2007-03-30 15:57 UTC (permalink / raw)
  To: git

I used to be able to do this:

git-clone http://ftp.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git
cd powerpc
git-checkout for-2.6.22

But that doesn't work any more.  Why not?  It was working perfectly fine before.

So someone told me I need to do this:

git-clone http://ftp.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git
cd powerpc
git-fetch http://www.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git 
for-2.6.22:for-2.6.22
git-checkout for-2.6.22

Ok, fine, but now when I do git-pull, I get this:

[snip]
* refs/remotes/origin/merge: fast forward to branch 'merge' of 
http://ftp.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
   old..new: e0f2e3a..190a440
Warning: No merge candidate found because value of config option
          "branch.for-2.6.22.merge" does not match any remote branch fetched.
No changes.

What does the warning mean?  And why is it so difficult to clone branches now?

-- 
Timur Tabi
Linux Kernel Developer @ Freescale

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-31  1:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-30 15:57 Did I miss something? git-clone doesn't grab all branches???? Timur Tabi
2007-03-30 16:30 ` Loeliger Jon-LOELIGER
2007-03-30 17:03   ` Timur Tabi
2007-03-31  1:30     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).