git_diff_is_sorted_icase

Check if deltas are sorted case sensitively or insensitively.

@param diff diff to check @return 0 if case sensitive, 1 if case is ignored

extern (C) nothrow @nogc
int
git_diff_is_sorted_icase
(
const(.git_diff)* diff
)

Meta