Add some nullables to methods & properties that can return nil by Uncommon · Pull Request #589 · libgit2/objective-git (original) (raw)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other properties are nullable, so this is consistent.
On the other hand, they all return nil if git_signature
is nil, and it's not nullable, and it doesn't look like it should ever be null.
But since I'm making this consistent with the other properties, I'll leave that as a separate issue.