git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Merge problems.
@ 2006-02-04 22:50 Ian Molton
  2006-02-05  0:13 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Molton @ 2006-02-04 22:50 UTC (permalink / raw)
  To: git

Doing the following:

git checkout -b mywork v2.6.12
# work, work, work
git commit -a
git merge "Merging happily." mywork v2.6.15

At theat point I get a merge failure - I assume that means I've
got conflicts. I forgot to not the exact error.

so I can see unmerged files using git ls-files --unmerged which lists a
lot of SHA1 hashes and paths. but most of the files in the list I havent
touched! why would they have any conflicts? surely they would simply
update 2.6.12->2.6.15 ?

The SHA1 hashes are all listed at least twice per file too, eg.

100644 d058e65daf19f4bb8c257e2273f4c935ccee5121 1
Documentation/DocBook/scsidrivers.tmpl
100644 d058e65daf19f4bb8c257e2273f4c935ccee5121 2
Documentation/DocBook/scsidrivers.tmpl

What does this mean?

How do I work out what needs merging byhand?

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

end of thread, other threads:[~2006-02-05  0:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-04 22:50 Merge problems Ian Molton
2006-02-05  0:13 ` Linus Torvalds

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