• Show log

    Commit

  • Hash : 001d76e1
    Author : Patrick Steinhardt
    Date : 2019-07-11T11:34:40

    diff: ignore EOFNL for computing patch IDs
    
    The patch ID is supposed to be mostly context-insignificant and
    thus only includes added or deleted lines. As such, we shouldn't honor
    end-of-file-without-newline markers in diffs.
    
    Ignore such lines to fix how we compute the patch ID for such diffs.