pygit2
pygit2 copied to clipboard
repository.diff passing id_abbrev=40
Is there a way to pass in id_abbrev=40 into diff operation? Seems that libgit2 allows that, but there's no way to pass that via pygit2 diff/diff_to_tree functions
Go libgit2 allows that for example.