git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git branching & pulling
@ 2007-05-19  5:40 Wink Saville
  2007-05-19  5:49 ` J. Bruce Fields
  2007-05-19  6:00 ` Junio C Hamano
  0 siblings, 2 replies; 12+ messages in thread
From: Wink Saville @ 2007-05-19  5:40 UTC (permalink / raw)
  To: git

Hello,

I'm having trouble understanding branching and pull.

Using git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
I can create a branch off the master and do a pull:

wink@ic2d1:~/linux/linux-2.6$ git-checkout master
Switched to branch "master"
wink@ic2d1:~/linux/linux-2.6$ git-checkout -b test
Switched to a new branch "test"
wink@ic2d1:~/linux/linux-2.6$ git-pull
Already up-to-date.



But from some reason using
git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git
the following happens

wink@ic2d1:~/linux/kvm-linux-2.6$ git-checkout master
Already on branch "master"
wink@ic2d1:~/linux/kvm-linux-2.6$ git-checkout -b test
Switched to a new branch "test"
wink@ic2d1:~/linux/kvm-linux-2.6$ git-pull
Warning: No merge candidate found because value of config option
         "branch.test.merge" does not match any remote branch fetched.
No changes.



What I notice is that in kvm.git that .git/remotes is empty while on
linux-2.6.git
.git/remotes has origin and it contains:

URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Pull: refs/heads/master:refs/heads/origin


Another difference is that the .git/config file of kvm.git has quite a
few items:

[core]
 repositoryformatversion = 0
 filemode = true
 bare = false
 logallrefupdates = true
[remote "origin"]
 url = git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm.git
 fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
 remote = origin
 merge = refs/heads/master



While linux-2.6.git is quite sparse:

[core]
        repositoryformatversion = 0
        filemode = true



Could someone give me some insight or point me at a url or doc
that could shed some light on what is happening and why git-pull
doesn't work on kvm.git.

Thanks,

Wink Saville

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

end of thread, other threads:[~2007-05-24  1:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19  5:40 Git branching & pulling Wink Saville
2007-05-19  5:49 ` J. Bruce Fields
2007-05-19  6:00 ` Junio C Hamano
2007-05-19  6:05   ` Junio C Hamano
2007-05-19  6:22     ` Steven Grimm
2007-05-19  6:28       ` Junio C Hamano
2007-05-19 16:31         ` Wink Saville
2007-05-20 20:30           ` Josef Weidendorfer
2007-05-23  0:22             ` Wink Saville
2007-05-23  0:35               ` Junio C Hamano
2007-05-23  5:07                 ` [PATCH] Document branch.autosetupmerge Paolo Bonzini
2007-05-23  9:49                 ` Git branching & pulling Josef Weidendorfer

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).