libgit2/include
Russell Belfer 97ad85b88d Add GIT_DIFF_FIND_DELETE_UNMODIFIED flag
When doing copy detection, it is often necessary to include
UNMODIFIED records in the git_diff so they are available as source
records for GIT_DIFF_FIND_COPIES_FROM_UNMODIFIED.  Yet in the final
diff, often you will not want to have these UNMODIFIED records.
This adds a flag which marks these UNMODIFIED records for deletion
from the diff list so they will be removed after the rename detect
phase is over.
2013-12-02 13:30:05 -08:00
..
git2 Add GIT_DIFF_FIND_DELETE_UNMODIFIED flag 2013-12-02 13:30:05 -08:00
git2.h Merge remote-tracking branch 'libgit2/development' into blame 2013-10-28 11:04:58 -07:00