git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git merge questions
@ 2005-12-16 20:05 Don Zickus
  2005-12-16 20:41 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Don Zickus @ 2005-12-16 20:05 UTC (permalink / raw)
  Cc: git

I now have a git merge question.  I decided to try merging branches
and was left with a situation in which the file was moved on the
master branch and updated on my branch.  Not sure how to properly
integrate the changes from my branch.

For example:
%git checkout -b test v2.6.14
%<manually apply all the 2.6.14.z stable patches>
%<commit those patches>
%git checkout -b test2 v2.6.15-rc4
%git pull . test

Now over the course of 2.6.15 the arch/ppc64 was renamed to
arch/powerpc.  Fine. The merge algorithms handled all the unchanged
files properly.  However arch/ppc64/Kconfig was modified and the
merging was left unresolved.  In fact there is no file no merge
against (because it moved).  So 'git-ls-files -u' only shows stage 1+3
(no stage 2, of course).

How do I merge those changes?  I don't know enough about all the git
commands to figure this out, especially how to take advantage of the
stage 1, 2, and 3 files.

Thanks for any help,
Don

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

end of thread, other threads:[~2005-12-17  3:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-16 20:05 git merge questions Don Zickus
2005-12-16 20:41 ` Junio C Hamano
2005-12-16 21:13   ` Don Zickus
2005-12-16 21:16   ` Junio C Hamano
2005-12-16 21:35     ` Don Zickus
2005-12-16 22:17       ` Junio C Hamano
2005-12-16 23:58         ` Johannes Schindelin
2005-12-17  1:32           ` Junio C Hamano
2005-12-17  3:48           ` Junio C Hamano

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