• Show log

    Commit

  • Hash : 6fecf4d1
    Author : Edward Thomson
    Date : 2018-11-04T11:47:46

    apply: handle exact renames
    
    Deltas containing exact renames are special; they simple indicate that a
    file was renamed without providing additional metadata (like the
    filemode).  Teach the reader to provide the file mode and use the
    preimage's filemode in the case that the delta does not provide one.)