From: Andre Schwarz <andre.schwarz@matrix-vision.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] merge conflicts during git pull
Date: Fri, 11 Feb 2011 16:30:25 +0100 [thread overview]
Message-ID: <4D555611.2040907@matrix-vision.de> (raw)
Wolfgang,
just wanted to update my local U-Boot master branch an got some errors I
don't understand (since I'm still a git newbie).
This is what I have:
git originally cloned from public repo - thus I have in .git/config :
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://www.denx.de/git/u-boot.git
The master branch gets *never* touched.
All my work is done in board specific branches.
"git branch -a" gives :
M7
MergerBox
* master
remotes/origin/HEAD -> origin/master
remotes/origin/GPL-Cleanup
remotes/origin/i.MX31
remotes/origin/lwmon5
remotes/origin/master
remotes/origin/next
remotes/origin/tx25
remotes/origin/u-boot-2009.11.y
Currently the repo is clean, i.e. everything committed and I did a "git
co master" and "git pull".
I get a lot of conflicts on files I definitely never touched :
# Unmerged paths:
# (use "git add/rm <file>..." as appropriate to mark resolution)
#
# both modified: arch/arm/config.mk
# both modified: arch/arm/cpu/arm1136/mx35/Makefile
# both modified: arch/arm/cpu/arm1176/start.S
# both modified: arch/arm/cpu/arm720t/start.S
# both modified: arch/arm/cpu/arm920t/start.S
# both modified: arch/arm/cpu/arm925t/start.S
# added by them: arch/arm/cpu/arm926ejs/armada100/Makefile
# both modified: arch/arm/cpu/arm946es/start.S
# both modified: arch/arm/cpu/arm_intcm/start.S
# both modified: arch/arm/cpu/armv7/omap3/emif4.c
# both modified: arch/arm/cpu/ixp/start.S
# both modified: arch/arm/cpu/lh7a40x/start.S
# both modified: arch/arm/cpu/s3c44b0/start.S
# both modified: arch/arm/cpu/sa1100/start.S
# both modified: arch/arm/include/asm/arch-mx25/imx-regs.h
# both modified: arch/arm/include/asm/arch-mx5/imx-regs.h
# both modified: arch/powerpc/config.mk
# both added: arch/powerpc/cpu/74xx_7xx/u-boot.lds
# both modified: arch/powerpc/cpu/mpc512x/u-boot.lds
# both modified: arch/powerpc/cpu/mpc5xx/u-boot.lds
# both modified: arch/powerpc/cpu/mpc5xxx/u-boot.lds
# both modified: arch/powerpc/cpu/mpc8220/u-boot.lds
# both modified: arch/powerpc/cpu/mpc824x/u-boot.lds
# both modified: arch/powerpc/cpu/mpc8260/u-boot.lds
# both modified: arch/powerpc/cpu/mpc83xx/u-boot.lds
# both modified: arch/powerpc/cpu/ppc4xx/u-boot.lds
# both modified: arch/powerpc/include/asm/config.h
# deleted by them: board/atum8548/atum8548.c
# added by them: board/cm_t35/Makefile
# added by us: board/dave/PPChameleonEVB/u-boot.lds
# both modified: board/davinci/common/misc.c
# both modified: board/emk/top9000/Makefile
# both modified: board/freescale/corenet_ds/pci.c
# both deleted: board/freescale/mpc7448hpc2/u-boot.lds
# both modified: board/freescale/mpc8536ds/mpc8536ds.c
# both modified: board/freescale/mpc8544ds/mpc8544ds.c
# both modified: board/freescale/mpc8548cds/mpc8548cds.c
.....
Have I missed anything ?
Is there a way to get automagically merged whatever there might be to
merge ?
Any help is welcome.
--
Regards,
Andre
MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
next reply other threads:[~2011-02-11 15:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-11 15:30 Andre Schwarz [this message]
2011-02-11 19:13 ` [U-Boot] merge conflicts during git pull Wolfgang Denk
2011-02-14 9:05 ` Andre Schwarz
2011-02-14 10:07 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D555611.2040907@matrix-vision.de \
--to=andre.schwarz@matrix-vision.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.