summaryrefslogtreecommitdiff
path: root/tests/index/conflicts.h
Commit message (Collapse)AuthorAgeFilesLines
* index: include conflicts in `git_index_read_index`ethomson/read_index_conflictsEdward Thomson2016-06-291-0/+7
Ensure that we include conflicts when calling `git_index_read_index`, which will remove conflicts in the index that do not exist in the new target, and will add conflicts from the new target.