• Show log

    Commit

  • Hash : 12f9ac17
    Author : Edward Thomson
    Date : 2018-11-04T11:26:42

    apply: validate unchanged mode when applying both
    
    When applying to both the index and the working directory, ensure that
    the working directory's mode matches the index's mode.  It's not
    sufficient to look only at the hashed object id to determine that the
    file is unchanged, git also takes the mode into account.