Currently `Diff.Compare<Patch>` method doesn't support `--patience` flag, thus it's impossible to implement git command like that using the library: ``` git diff-tree T1 T2 --patience ```