• Show log

    Commit

  • Hash : 128c5ca9
    Author : Edward Thomson
    Date : 2017-10-07T12:23:33

    checkout: do not test file mode on Windows
    
    On Windows, we do not support file mode changes, so do not test
    for type changes between the disk and tree being checked out.
    
    We could have false positives since the on-disk file can only have
    an (effective) mode of 0100644 since NTFS does not support executable
    files.  If the tree being checked out did have an executable file,
    we would erroneously decide that the file on disk had been changed.