t4200: rerere a merge with two identical conflicts
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2015 21:58:25 +0000 (14:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2016 22:32:19 +0000 (15:32 -0700)
When the context of multiple identical conflicts are different, two
seemingly the same conflict resolution cannot be safely applied.

In such a case, at least we should be able to record these two
resolutions separately in the rerere database, and reuse them when
we see the same conflict later.

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