* Issues updating 2.6-stable branch to 2.6.24.y
@ 2008-08-13 13:42 Yegor Yefremov
0 siblings, 0 replies; only message in thread
From: Yegor Yefremov @ 2008-08-13 13:42 UTC (permalink / raw)
To: linux-c-programming
Hi all,
I've just cloned the 2.6-stable branch
git clone
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6-stable.git
after that I have 2.6.22.6. If call "git remote show origin" I get
following branches:
Tracked remote branches
linux-2.6 linux-2.6.12.y linux-2.6.13.y linux-2.6.14.y
linux-2.6.15.y linux-2.6.16.y linux-2.6.17.y linux-2.6.18.y
linux-2.6.19.y linux-2.6.20.y linux-2.6.21.y linux-2.6.22.y
linux-2.6.23.y linux-2.6.24.y linux-2.6.25.y linux-2.6.26.y master
I want to pull the changes from "linux-2.6.24.y" and execute
git pull origin linux-2.6.24.y
after that I've got the following message:
Automatic merge failed; fix conflicts and then commit the result.
If I look at the status "git status" I see lots of following entries
...modified: mm/hugetlb.c
# unmerged: mm/readahead.c
# modified: mm/readahead.c
# unmerged: net/bluetooth/rfcomm/tty.c
# modified: net/bluetooth/rfcomm/tty.c
# unmerged: net/bridge/br_device.c
# modified: net/bridge/br_device.c
# unmerged: net/core/dev.c
# modified: net/core/dev.c
# unmerged: net/dccp/ccids/ccid2.c
# modified: net/dccp/ccids/ccid2.c
# unmerged: net/ieee80211/softmac/ieee80211softmac_assoc.c
# modified: net/ieee80211/softmac/ieee80211softmac_assoc.c
# unmerged: net/ieee80211/softmac/ieee80211softmac_wx.c
# modified: net/ieee80211/softmac/ieee80211softmac_wx.c
# unmerged: net/ipv4/netfilter/nf_conntrack_proto_icmp.c
# modified: net/ipv4/netfilter/nf_conntrack_proto_icmp.c
...
I didn't touch any files. So where the conflicts come from? What am I
missing? Or how do I pull the changes from other branches to avoid such
conflicts?
Best regards,
Yegor
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-13 13:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 13:42 Issues updating 2.6-stable branch to 2.6.24.y Yegor Yefremov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.