git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Visualizing merge conflicts after the fact (using kdiff3)
@ 2015-06-16  1:17 Eric Raible
  2015-06-16  9:43 ` Johannes Schindelin
  2015-07-06 19:38 ` Sebastian Schuberth
  0 siblings, 2 replies; 9+ messages in thread
From: Eric Raible @ 2015-06-16  1:17 UTC (permalink / raw)
  To: git@vger.kernel.org

I'm running 1.9.5.msysgit.1, but this is a general git question...

Upon returning from a vacation, I was looking at what people had been
up to, and discovered on merge in which a colleague had resolved a merge
incorrectly.  It turns out that he has pushed *many* merges over the past
year which had conflicts in my code, and now I don't trust any of them.

So naturally I want to check each of them for correctness.

I know about "git log -p -cc SHA -- path", but it really doesn't
show just the conflicts so there's just too much noise in that output.

I use kdiff3 to resolve conflicts, so I'm looking for a way to
visualize these already-resolved conflicts with that tool.
As I said, there are many merges, so the prospect of checking
out each sha, doing the merge, and then comparing the results
is completely untenable.

Can anyone help?  Surely other people have wanted to review how
conflicts were resolved w/out looking at the noise of unconflicted
changes, right?

Thanks - Eric (raible at gmail )

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

end of thread, other threads:[~2015-07-06 19:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16  1:17 Visualizing merge conflicts after the fact (using kdiff3) Eric Raible
2015-06-16  9:43 ` Johannes Schindelin
2015-06-16 20:17   ` Eric Raible
2015-06-18 12:26   ` Michael J Gruber
2015-06-18 13:05     ` Johannes Schindelin
2015-06-18 15:57     ` Junio C Hamano
2015-06-19  8:34       ` Michael J Gruber
2015-06-19 16:19         ` Junio C Hamano
2015-07-06 19:38 ` Sebastian Schuberth

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