git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] difftool falls back to normal diff when used during merge resolution
@ 2011-11-27 18:09 Jakub Turski
  2011-11-28 11:16 ` David Aguilar
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Turski @ 2011-11-27 18:09 UTC (permalink / raw)
  To: git

Hello there,

Just found this behavior, and after a chat on IRC it looks to me like
an actual bug. I have 'git difftool' configured to use vimdiff - and
it worked fine. Despite that config, git still falls back to plain
diff when I launch difftool mid-way through merge conflict resolution.

Here's a reproducable testcase (w/ version 1.7.7.3)

$ mkdir a; cd a; git init; echo A>A; git add A; git commit -m A; git
branch alt; echo AA>A; git commit -am AA; git checkout alt; echo B>A;
git commit -m B; git commit -am B; git checkout master; git merge alt;
git difftool -t vimdiff A

Results:
http://pastie.org/2929336

KT.

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

end of thread, other threads:[~2011-11-28 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-27 18:09 [BUG] difftool falls back to normal diff when used during merge resolution Jakub Turski
2011-11-28 11:16 ` David Aguilar

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