• Show log

    Commit

  • Hash : 752b7c79
    Author : Edward Thomson
    Date : 2016-06-15T02:00:35

    checkout: treat files as modified if mode differs
    
    When performing a forced checkout, treat files as modified when the
    workdir or the index is identical except for the mode.  This ensures
    that force checkout will update the mode to the target.  (Apply this
    check for regular files only, if one of the items was a file and the
    other was another type of item then this would be a typechange and
    handled independently.)