Stephen Bash <b...@genarts.com> writes:

> What is the recommended method for resolving this sort of merge?
> kdiff3 obviously doesn't understand the situation.  Do the working
> tree files contain all the conflicts?  If so, I can just go
> through by hand and resolve the conflicts the old fashion way.

Yes.  External tools like kdiff3 may not understand the conflict in
the working tree, but the files in the working tree should have
resolved the naturally resolvable bits and only left the conflicted
bits conflicted.  Just resolve manually if you can, and then look at
what both branches wanted to do to the file ("git log -p --merge
$that_path" before you "git add" as the final sanity check would
work nicely) to make sure your resolution makes sense.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to