libgit2/include
Edward Thomson 10549a2df1 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.
2015-05-28 09:47:47 -04:00
..
git2 Introduce GIT_DIFF_FLAG_EXISTS 2015-05-28 09:47:47 -04:00
git2.h Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00