• Show log

    Commit

  • Hash : 10549a2d
    Author : Edward Thomson
    Date : 2015-05-19T18:26:04

    Introduce `GIT_DIFF_FLAG_EXISTS`
    
    Mark the `old_file` and `new_file` sides of a delta with a new bit,
    `GIT_DIFF_FLAG_EXISTS`, that introduces that a particular side of
    the delta exists in the diff.
    
    This is useful for indicating whether a working directory item exists
    or not, in the presence of a conflict.  Diff users may have previously
    used DELETED to determine this information.