• S
    git-gui: Clear diff from viewer if the side changed. · 6bdc9299
    Shawn O. Pearce 提交于
    If the user switches the currently shown file from one side of the UI
    to the other then how its diff is presented would be different.  And
    leaving the old diff up is downright confusing.
    
    Since the diff is probably not interesting to the user after the switch
    we should just clear the diff viewer.  This saves the user time, as they
    won't need to wait for us to reload the diff.
    Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
    6bdc9299
git-gui.sh 98.4 KB