Retire 'stupid' merge strategy
authorMiklos Vajna <vmiklos@frugalware.org>
Sat, 5 Jul 2008 14:43:51 +0000 (16:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jul 2008 17:43:46 +0000 (10:43 -0700)
As pointed out by Linus, this strategy tries to take the best merge
base, but 'recursive' just does it better. If one needs something more
than 'resolve' then he/she should really use 'recursive' and not
'stupid'.

Cf. Message-ID: <alpine.LFD.1.10.0807030947360.18105@woody.linux-foundation.org>

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found