libgit2

git_diff_is_sorted_icase

Version:

Check if deltas are sorted case sensitively or insensitively.

Signature

int git_diff_is_sorted_icase(const git_diff *diff);

Parameters

In
diff

diff to check

Returns

int

0 if case sensitive, 1 if case is ignored

Versions