Commit 11f4cb81f0bea2127e08ef6b6997da02eda67c32 seems to have removed support for `compareOptions` from the implementation of the following method: ``` T Compare<T>(IEnumerable<string> paths = null, bool includeUntracked = false, ExplicitPathsOptions explicitPathsOptions = null, CompareOptions compareOptions = null) where T : class ```