git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 'Minimal' diff-algorithm producing a different result than 'myers', 'patience' and 'histogram' ones
@ 2015-05-12 13:07 Dmitry Malikov
  2015-05-24  7:33 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Malikov @ 2015-05-12 13:07 UTC (permalink / raw)
  To: git

Good day,

I'm trying to compare 4 different git-diff algorithms and the
'minimal' one is the most vague and non-obvious. The documentation
says "Spend extra time to make sure the smallest possible diff is
produced." - that's all.

By any chance, is there any example of diff when 'minimal' algorithm
produces a different result than a 'myers', 'patience' and 'histogram'
ones?

PS: in case of a question like 'why do you need that?' - it's for
testing purposes of some git wrapper library.

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

end of thread, other threads:[~2015-05-24  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 13:07 'Minimal' diff-algorithm producing a different result than 'myers', 'patience' and 'histogram' ones Dmitry Malikov
2015-05-24  7:33 ` Jeff King

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