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
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html