git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Conflict markers in mergetool $LOCAL ?
@ 2010-08-17  4:34 Seth House
  2010-08-17  9:30 ` David Aguilar
  0 siblings, 1 reply; 8+ messages in thread
From: Seth House @ 2010-08-17  4:34 UTC (permalink / raw)
  To: git

Hello. I'm a recent convert from Mercurial; I'm enjoying the transition and am
feeling pretty comfortable with most of Git. However, I haven't used mergetool
much yet because it puts conflict markers in the "ours" pane -- but (even after
a chat in #git on IRC) I'm not sure if that is intended behavior or if my setup
is broken. I would appreciate some guidance.

For small conflicts, I like the conflict markers and simply editing the
conflicted file with Vim. For files with lots of conflicts I would like to use
vimdiff but I wouldn't expect the conflict markers to appear there -- it's
redundant information in a 3-way merge.

Is there a better Git Way (TM) that I'm missing? Is my Git setup borked
somehow?

I have the following in my ~/.gitconfig and a stock Git installation on Arch
Linux.

[merge]
    tool = vimdiff

[mergetool "vimdiff"]
    cmd = vimdiff
    trustExitCode = true

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

end of thread, other threads:[~2010-08-18  3:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17  4:34 Conflict markers in mergetool $LOCAL ? Seth House
2010-08-17  9:30 ` David Aguilar
2010-08-17  9:32   ` David Aguilar
2010-08-17 17:08   ` Seth House
2010-08-17 18:00     ` Jacob Helwig
2010-08-17 21:04       ` Seth House
2010-08-17 21:24         ` Charles Bailey
2010-08-18  3:22           ` Seth House

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