Clarify GTDiff options argument documentation by nanotech · Pull Request #621 · libgit2/objective-git (original) (raw)
The diff initializers refer to their options arguments taking "any of the above options", but both GTDiffOptions
and GTDiffFindOptions
are defined above them and the diff initializers really only accept GTDiffOptions
.
I got this mixed up in practice, resulting in this bugfix.