• S
    git-gui: Fix bug in unmerged file display. · 079d0d50
    Shawn O. Pearce 提交于
    We were not correctly setting the old state of an index display to
    _ if the index was previously unmerged.   This caused us to try and
    update a U->M when resolving a merge conflict but we were unable to
    do so as the icon did not exist in the index viewer.  Tk did not
    like being asked to modify an icon which was undefined.
    
    Now we always transform both the old and the new states for both
    sides (index and working directory) prior to updating the UI.
    Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
    079d0d50
git-gui.sh 98.4 KB