Open shykes opened 10 years ago
I've been looking into this and it seems the that code.google.com/p/go.codereview/patch
library only supports binary literal diffs and not deltas. So when it is parsing a diff that has a binary file, it looks for the "GIT binary patch" and if that isn't found it returns the error you saw. The reason pulls diff 7140
doesn't throw an error is because it never parses the diff.
This happens when running
pulls reviewers 7140
when targetinggithub.com/dotcloud/docker
.For reference here is the commit referenced by that pull request: