Brady McCary

Results 2 issues of Brady McCary

[The source file for the diagrams](diagram-source/progit.sketch) requires [a commercial/non-free application that is only available on OSX](https://github.com/progit/progit2/issues/411#issuecomment-453552075).

In the docstring for `BaseRepository.diff`, the `kwarg` argument should be `flags`, not `flag` (note the missing s). https://github.com/libgit2/pygit2/blob/d32778816444d9420892f526d57fa5ec3f2cdbdd/pygit2/repository.py#L509-L512 The function `BaseRepository.diff` maps to various other functions where the argument is...