• J
    rerere: do use multiple variants · 629716d2
    Junio C Hamano 提交于
    This enables the multiple-variant support for real.  Multiple
    conflicts of the same shape can have differences in contexts where
    they appear, interfering the replaying of recorded resolution of one
    conflict to another, and in such a case, their resolutions are
    recorded as different variants under the same conflict ID.
    
    We still need to adjust garbage collection codepaths for this
    change, but the basic "replay" functionality is functional with
    this change.
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    629716d2
rerere.c 29.7 KB